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:
parent
2209998e41
commit
c76bc20287
4 changed files with 3742 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
3736
locales/sv/messages.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue