mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +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 "SimpChinese"
|
||||
!insertmacro MUI_LANGUAGE "Spanish"
|
||||
!insertmacro MUI_LANGUAGE "Swedish"
|
||||
|
||||
# detect default install folder
|
||||
Function .onInit
|
||||
|
|
|
@ -105,6 +105,9 @@
|
|||
"language_pt": {
|
||||
"message": "Portugu\u00EAs (pt)"
|
||||
},
|
||||
"language_sv": {
|
||||
"message": "Svenska (sv)"
|
||||
},
|
||||
"language_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 = {}
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue