Support formatFallbackMessages
See original GitHub issueIs there an option to support extracting translations when using formatFallbackMessages: true
as documented in vue-i18n fallback documentation?
At the moment $t("Hello World. Have a nice day!")
will get extracted to:
"Hello World": {
" Have a nice day!": ""
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Support formatFallbackMessages · Issue #72 · Spittal/vue-i18n ...
Is there an option to support extracting translations when using formatFallbackMessages: true as documented in vue-i18n fallback ...
Read more >Fallbacking - Vue I18n - Intlify
These warning messages are output to support debugging using Vue I18n. ... Set formatFallbackMessages: true to do template interpolation on ...
Read more >Fallback localization | Vue I18n
Summary: Set formatFallbackMessages: true to do template interpolation on translation keys when your language lacks a translation for a key.
Read more >intlify Not found 'message' key in 'en' locale using laravel vue ...
i am trying to create multi-language application using laravel with Vue 3 i18n and laravel mix, but i keep getting not found key...
Read more >i18n component does not work with formatFallbackMessages #779
i18n component does not work with formatFallbackMessages #779. oppianmatt posted onGitHub ... What potential bugs and edge cases does it help to avoid?...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll have a look at it soon.
Hey this is solved in 2.0.0! There is also now a test to validate this.