mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-22 15:55:33 +03:00
Add translation into chinese simplified
This commit is contained in:
parent
9b67ee0682
commit
25eb964990
4 changed files with 3185 additions and 1 deletions
|
@ -50,6 +50,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
|
|||
!insertmacro MUI_LANGUAGE "French"
|
||||
!insertmacro MUI_LANGUAGE "German"
|
||||
!insertmacro MUI_LANGUAGE "Korean"
|
||||
!insertmacro MUI_LANGUAGE "SimpChinese"
|
||||
!insertmacro MUI_LANGUAGE "Spanish"
|
||||
|
||||
# detect default install folder
|
||||
|
|
|
@ -72,6 +72,9 @@
|
|||
"language_ko": {
|
||||
"message": "\ud55c\uad6d\uc5b4 (ko)"
|
||||
},
|
||||
"language_zh_CN": {
|
||||
"message": "\u7b80\u4f53\u4e2d\u6587 (zh_CN)"
|
||||
},
|
||||
|
||||
"sensorStatusGyro": {
|
||||
"message": "Gyroscope"
|
||||
|
|
3180
locales/zh_CN/messages.json
Normal file
3180
locales/zh_CN/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', 'ko'];
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'ko', 'zh_CN'];
|
||||
|
||||
/**
|
||||
* Functions that depend on the i18n framework
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue