-
Is it possible to do lazy loading of locale data?
Locale data can be huge depending on the number of keys and languages, and usually only 1 language's values are needed at runtime.
So a lot can be s…
-
In our app, we allow the user to switch between different translations. We were excited to see that recurring_select offers localization, but it appears that one for one language, that cannot be dynam…
-
I'm using the [i18n-js](https://github.com/fnando/i18n) gem/package to use the translations also in JS and till now I don't really understand which patterns are recognized by the scanner, I was always…
-
PR #304 introduces dynamic translations of highway, surface and smoothness tag values. Some with underscore were added manually to the `en.json` and got removed by `i18next`:
https://github.com/nre…
-
Add default Open edX system-wide languages to the `atlas pull` workflow to avoid updating 50 repos whenever default languages change.
### Options:
1- No default languages
2- Store config within `…
-
Hi,
Is there a way to fallback the missing translations to the primary_locale?
Let's say I've the following primary locale:
```yml
foo:
example: "Baz"
```
When I create a new locale fil…
-
The current design makes a start by storing dynamic strings in a global `strings` object, but two main things are missing:
- A way to localize static strings in index.tpl.html, ideally dynamically on …
-
So that users can view the application in their chosen language (if we have translations), we should allow functionality to change the display language.
This will probably involve putting all strin…
-
Supporting multiple languages would be good for expanding capabilities.
Requirements:
- add the i18n library to the project
- convert all instances of english text to dynamically generated from…
-
Since we've introduced so many languages, the initial page loading times have gone down quite a lot. This happens due to the fact that we're loading all available languages for all apps during the ini…