quasalang
quasalang copied to clipboard
Generate Quasar i18n language files from a CSV file
Hi Danny, Trying to use with Arabic, and the Quasar language switcher does not seem to be working. Wanting to auto detect locale and use if available, but if set...
Found a nice way to populate the translations quickly using Google Translate via Google Sheets. Language codes can be found here. https://cloud.google.com/translate/docs/languages The formula entered into a new Locale column...
Error: ENOENT: no such file or directory, open '/app/node_modules/quasalang/node_modules/figlet/fonts/big.flf' The file name is Big.flf I'm running the project on a file system that is case sensitive.
Experiencing some teething pains with eslint. Is there some way your cli tool could auto fix linter issues after generating the files if eslint is present? Or perhaps some kind...
"buttHair" in russian is more like "жопные волосы", definetly not "стыковые волосы" :wink:
Hi Danny ... I watched your video and this is a great addition to the Quasar community. Well done! I've tackled this problem in a slightly different way so I...
My propose is this. When one make app use something like this ``` $t(':::This is my key') $t('thi-is-my-key:::Thi is my key text') ``` The idea is that when you create...