Page MenuHomePhabricator

Fix language labels in different locales
Closed, ResolvedPublicBUG REPORT

Description

Currently, the language selection screen displays labels of languages in the current interface language using getDisplayLanguage(). But this function returns the language code if the label in specific requested locale is missing. Example: Set to Bengali interface, and you see Tulu button as "tcy". We should check if it is feasible to decouple from this function and localise all language labels into all locales with normal strings.