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
Regarding the 'lang' configuration option: As an adhoc decision I incorporated the friendly language name in the app-conf, e.g. "en": "English" . These are currently only displayed in the new language picker control. Should we localize the friendly language names itself? The reasoning behind not translating those, is that a user might have trouble to indentify his language, when the active locale is e.g. japanese. On the other hand it's no satisfying to introduce new texts in app-conf, when the purpose of this change-set is to get rid of those. Proposal: I could obtain the friendly language names via language packs (and we could still decide on not translating them) !?
The text was updated successfully, but these errors were encountered:
The
lang
definition in app-conf currently looks like the following:This should be changed to something like the following and the friendly language names should be externalized into the language packs:
This is a follow up task to #205 and was discussed in #233.
Quoted from #233:
The text was updated successfully, but these errors were encountered: