mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Add german translation (#536)
* add german translation * add german to language list * donttranslate language names. always use the native name. * add compiled german translation file * german translation handling * add german to getSuffixFromLanguage * update german string and translation * update all language files with new strings * typo * compile * more typos and fixes for german
This commit is contained in:
@@ -181,6 +181,8 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
|
||||
{
|
||||
switch (lang)
|
||||
{
|
||||
case LANG_DE:
|
||||
return "de";
|
||||
case LANG_EN:
|
||||
return "en";
|
||||
case LANG_FR:
|
||||
|
||||
@@ -63,6 +63,7 @@ public:
|
||||
enum Language
|
||||
{
|
||||
LANG_AUTO,
|
||||
LANG_DE,
|
||||
LANG_EN,
|
||||
LANG_FR,
|
||||
LANG_ZH_CN
|
||||
|
||||
Reference in New Issue
Block a user