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:
parent
acb7a5b3c8
commit
d7fa8c9795
11 changed files with 1406 additions and 327 deletions
|
|
@ -181,6 +181,8 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
|
|||
{
|
||||
switch (lang)
|
||||
{
|
||||
case LANG_DE:
|
||||
return "de";
|
||||
case LANG_EN:
|
||||
return "en";
|
||||
case LANG_FR:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue