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
Currently when new strings are added to en.json we have to add copies of these english values to the other {lang}.json files. This is so something is provided in the new case before even if a translation is not provided.
Rather then doing this in the {lang}.json files we should provide fallback functionality either in languages.js or as part of compile in index.js.
The text was updated successfully, but these errors were encountered:
Currently when new strings are added to
en.json
we have to add copies of these english values to the other{lang}.json
files. This is so something is provided in the new case before even if a translation is not provided.Rather then doing this in the
{lang}.json
files we should provide fallback functionality either inlanguages.js
or as part ofcompile
inindex.js
.The text was updated successfully, but these errors were encountered: