mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +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:
@@ -766,15 +766,19 @@ Flickable {
|
||||
val: StreamingPreferences.LANG_AUTO
|
||||
}
|
||||
ListElement {
|
||||
text: qsTr("English")
|
||||
text: "Deutsch" //German
|
||||
val: StreamingPreferences.LANG_DE
|
||||
}
|
||||
ListElement {
|
||||
text: "English"
|
||||
val: StreamingPreferences.LANG_EN
|
||||
}
|
||||
ListElement {
|
||||
text: qsTr("French")
|
||||
text: "Français" //French
|
||||
val: StreamingPreferences.LANG_FR
|
||||
}
|
||||
ListElement {
|
||||
text: qsTr("Simplified Chinese")
|
||||
text: "简体中文" //Simplified Chinese
|
||||
val: StreamingPreferences.LANG_ZH_CN
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user