Add Estonian translation

This commit is contained in:
Cameron Gutman 2024-08-29 01:35:07 -05:00
commit e404722e7c
5 changed files with 11 additions and 1 deletions

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();

View file

@ -93,6 +93,7 @@ public:
LANG_HE,
LANG_CKB,
LANG_LT,
LANG_ET,
};
Q_ENUM(Language);