question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple files per locale

See original GitHub issue

Coming 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:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rwwagner90commented, Sep 25, 2019

Thanks @jasonmit! Really appreciate all you do here 😃

1reaction
rwwagner90commented, Sep 20, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found