Add Estonian translation

This commit is contained in:
Cameron Gutman
2024-08-29 01:35:07 -05:00
parent 1840c47751
commit e404722e7c
5 changed files with 11 additions and 1 deletions
+2
View File
@@ -295,6 +295,8 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
return "ckb";
case LANG_LT:
return "lt";
case LANG_ET:
return "et";
case LANG_AUTO:
default:
return QLocale::system().name();
+1
View File
@@ -93,6 +93,7 @@ public:
LANG_HE,
LANG_CKB,
LANG_LT,
LANG_ET,
};
Q_ENUM(Language);