mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Integrate Thai and Korean translations
This commit is contained in:
@@ -199,6 +199,10 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
|
||||
return "ja";
|
||||
case LANG_VI:
|
||||
return "vi";
|
||||
case LANG_TH:
|
||||
return "th";
|
||||
case LANG_KO:
|
||||
return "ko";
|
||||
case LANG_AUTO:
|
||||
default:
|
||||
return QLocale::system().name();
|
||||
|
||||
@@ -74,7 +74,9 @@ public:
|
||||
LANG_RU,
|
||||
LANG_ES,
|
||||
LANG_JA,
|
||||
LANG_VI
|
||||
LANG_VI,
|
||||
LANG_TH,
|
||||
LANG_KO
|
||||
};
|
||||
Q_ENUM(Language);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user