Skip to content
Snippets Groups Projects
Verified Commit 0aa34159 authored by Sebastian's avatar Sebastian
Browse files

Make language PT_PT selectable in UI

parent 6fb611f2
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ interface UnencryptedSettings : UnencryptedSettingsReadOnly { ...@@ -40,7 +40,7 @@ interface UnencryptedSettings : UnencryptedSettingsReadOnly {
// languages as present in resources // languages as present in resources
AR, BG, CA, CS, DE, ES, FA, FR, GL, HE, HU, IS, IT, JA, KA, KO, LT, MY, NB, AR, BG, CA, CS, DE, ES, FA, FR, GL, HE, HU, IS, IT, JA, KA, KO, LT, MY, NB,
NL, PL, PT_BR, RO, RU, SK, SQ, SV, TR, UK, ZH_CN, ZH_TW; NL, PL, PT_PT, PT_BR, RO, RU, SK, SQ, SV, TR, UK, ZH_CN, ZH_TW;
val locale: Locale by lazy { val locale: Locale by lazy {
if (this == DEFAULT) if (this == DEFAULT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment