Add translation into chinese simplified
parent
9b67ee0682
commit
25eb964990
|
@ -50,6 +50,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
|
||||||
!insertmacro MUI_LANGUAGE "French"
|
!insertmacro MUI_LANGUAGE "French"
|
||||||
!insertmacro MUI_LANGUAGE "German"
|
!insertmacro MUI_LANGUAGE "German"
|
||||||
!insertmacro MUI_LANGUAGE "Korean"
|
!insertmacro MUI_LANGUAGE "Korean"
|
||||||
|
!insertmacro MUI_LANGUAGE "SimpChinese"
|
||||||
!insertmacro MUI_LANGUAGE "Spanish"
|
!insertmacro MUI_LANGUAGE "Spanish"
|
||||||
|
|
||||||
# detect default install folder
|
# detect default install folder
|
||||||
|
|
|
@ -72,6 +72,9 @@
|
||||||
"language_ko": {
|
"language_ko": {
|
||||||
"message": "\ud55c\uad6d\uc5b4 (ko)"
|
"message": "\ud55c\uad6d\uc5b4 (ko)"
|
||||||
},
|
},
|
||||||
|
"language_zh_CN": {
|
||||||
|
"message": "\u7b80\u4f53\u4e2d\u6587 (zh_CN)"
|
||||||
|
},
|
||||||
|
|
||||||
"sensorStatusGyro": {
|
"sensorStatusGyro": {
|
||||||
"message": "Gyroscope"
|
"message": "Gyroscope"
|
||||||
|
|
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', 'ko'];
|
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'ko', 'zh_CN'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Functions that depend on the i18n framework
|
* Functions that depend on the i18n framework
|
||||||
|
|
Loading…
Reference in New Issue