-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.15] i18n : Components not refreshing? #1613
Comments
It works just fine... http://www.giphy.com/gifs/cPY1QbhiSW7j5chSYm You must be doing something wrong... Please use our Discord to get help. In any case, for UMD version language packs, just "quasar init -t umd " and choose a different language, other than the default "en-us". You'll see how to embed it. |
@rstoenescu I've tried it again, this time with a minimal working example here It only updates after I do something with the table, no matter which browser (Chrome, Safari, Firefox) I try. Maybe I misunderstood the docs, but I pretty much did exactly what was written there (see bug_quasar_i18n_reactive/src/pages/index.vue ) |
I think I found something. Will keep you posted. Thanks. |
Fixed it. Will be available in 0.15.3. There was indeed a issue. Thanks for reporting! |
Thanks for fixing it so quickly! |
Software version
Quasar: 0.15.0
OS: MacOS High Sierra
Node: v9.5.0
NPM: 5.6.0
Browsers: Firefox Dev (59.0b11 (64-Bit)
JsFiddle (for Quasar v0.15+ only)
I would have given a fiddle here, but i can't seem to get the import for the language files working.
What did you get as the error?
Using quasar's new i18n features as described in the docs. More precisely, I tried to get dynamically retranslated data tables, that is if I change a language in a selection box (like in the docs), I would expect to instantaniously get a translation for the labels of my quasar component (in this case, a Datatable).
Instead, label update only follows after I use the component.
For the Datatable example, the label for
Rows per page
only updates, when I choose another amount of rows per page via the selection box.What were you expecting?
That my data table changes the language to the one I selected instantaniously.
What steps did you take, to get the error?
The text was updated successfully, but these errors were encountered: