diff --git a/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/settings/UnencryptedSettings.kt b/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/settings/UnencryptedSettings.kt
index 5c577f36f9573c1565ba16e5bd875402689212ff..a7feb2f0850b162e845cf9f503364d7c3c41c526 100644
--- a/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/settings/UnencryptedSettings.kt
+++ b/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/settings/UnencryptedSettings.kt
@@ -40,7 +40,7 @@ interface UnencryptedSettings : UnencryptedSettingsReadOnly {
 
         // languages as present in resources
         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 {
             if (this == DEFAULT)