You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
However, I was wondering if its still possible to have the this plugin set up a default.
Currently if you use languages = {en: null, de} this works by assuming that the english strings are in the code, and it falls back to using that. We would be looking for a way to specify what language to display if the german strings are missing.
Thanks.
The text was updated successfully, but these errors were encountered:
@102 Not in webpack. We ended up using http://i18next.com/ which gave us full control over how we get updates, and which languages are baked in and what order of fallbacks they go through
We have some fairly long strings on our site, so we were going to opt for using tokens like this
__("my_string_key")
, the json like this:However, I was wondering if its still possible to have the this plugin set up a default.
Currently if you use
languages = {en: null, de}
this works by assuming that the english strings are in the code, and it falls back to using that. We would be looking for a way to specify what language to display if the german strings are missing.Thanks.
The text was updated successfully, but these errors were encountered: