1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 15:55:33 +03:00

Add Swedish language

This commit is contained in:
Miguel Angel Mulero Martinez 2018-09-01 13:32:15 +02:00
parent 2209998e41
commit c76bc20287
4 changed files with 3742 additions and 2 deletions

View file

@ -56,6 +56,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
!insertmacro MUI_LANGUAGE "Portuguese" !insertmacro MUI_LANGUAGE "Portuguese"
!insertmacro MUI_LANGUAGE "SimpChinese" !insertmacro MUI_LANGUAGE "SimpChinese"
!insertmacro MUI_LANGUAGE "Spanish" !insertmacro MUI_LANGUAGE "Spanish"
!insertmacro MUI_LANGUAGE "Swedish"
# detect default install folder # detect default install folder
Function .onInit Function .onInit

View file

@ -104,7 +104,10 @@
}, },
"language_pt": { "language_pt": {
"message": "Portugu\u00EAs (pt)" "message": "Portugu\u00EAs (pt)"
}, },
"language_sv": {
"message": "Svenska (sv)"
},
"language_zh_CN": { "language_zh_CN": {
"message": "\u7b80\u4f53\u4e2d\u6587 (zh_CN)" "message": "\u7b80\u4f53\u4e2d\u6587 (zh_CN)"
}, },

3736
locales/sv/messages.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
var i18n = {} var i18n = {}
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'lv', 'pt', 'zh_CN']; const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'lv', 'pt', 'sv', 'zh_CN'];
/** /**
* Functions that depend on the i18n framework * Functions that depend on the i18n framework