ctamisier / generator-jhipster-quasar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The translation is not loaded when I skip server

mabujaber opened this issue · comments

I tried to use a quasar generator without server-side code and I got most of the label is not translated!

Thanks for noticing this !

You can actually run this additional command:
quasar serve -p 8080 quasar/dist (which will host i18n files)

I was running the same inside the quasar folder but still face the same

Hm, it's strange as it should work.
image

did you generate only frontend?

Oh ok, you need to run
npx quasar build before