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
* Refactor language handling
Unify iso639 handling in a single utility module so it's easier to
change its behaviour in the app
* Expose custom language names from the app
If they are enabled via an environment variable, the list of language
names overrides will be exposed to the UI as part of the appConfig
object.
* Override language names in UI when enabled
* Disable flow typing in language.js
Couldn't get it to type the `filter` expression in `livingLanguages`,
and we're set to remove Flow altogether soon anyways.
* Fix linter issue
Code is basically the same, but eslint likes this one better
* Move custom languages to an environment variable
So we can customise this per-instance instead of hard-coding a single
list of mappings
0 commit comments