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

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