Closed uitlaber closed 6 years ago
What is your question exactly? To me it appears somewhat vague:
You can:
vuexI18n.store.state.translations.en
or more generally vuexI18n.store.state.translations.<locale>
(it is vuexI18n here because of the code lines Vue.use(vuexI18n.plugin, store, { … });
when it is set up)Have you worked on an answer yet? You could provide some basic code, you know, or do you want someone to code your code ;-) ?
Feel free to re-formulate your question whit a clear intend that we can connect even better to the adequate solution ;-)
How to get or handle all keys used in app like {{ $t('key') }} ? I need send to server keys to translate in backend.