Multiple files per locale
See original GitHub issueComing from ember-i18n
, I have 2 files for each locale, one shared with translators to maintain, and another with some core translations maintained by developers only. With ember-i18n
I was importing both into my t.js
. Is there a way to accomplish this somehow?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to use multiple files per language with vue-i18n in vue?
and you can have multiple files per language, e.g. de.menu.json, de.text.json, etc. The function will just load the translations from all files ......
Read more >Vue I18n translations in multiple files | by Robert Špendl
Vue I18n plugin provides an i18n.js (or .ts) file, that creates a new VueI18n instance and loads all translations from src/locales folder.
Read more >How to generate multiple locale translation files and merge them
I am using babel-plugin-react-intl but I don't really understand the point of it... It generates JSON files for every translation file in my...
Read more >Organize your translations using multiple locales files
You can create other translations files for different languages for instance: fr. yml and es. yml (French and Spanish, respectively). To change ...
Read more >Bahmni Config: How to provide multiple locale files per app
Hello! I am trying to provide translation keys in 2 files in Bahmni Config. From this other post: “Bahmni: Changes in locale_en.json, ...
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
Thanks @jasonmit! Really appreciate all you do here 😃
@jasonmit it looks like docs were added about the multiple directories in https://github.com/ember-intl/ember-intl/blob/master/tests/dummy/app/pods/docs/guide/translating-text/template.md and we just need a new addon docs deploy.