Add translation into chinese simplified

10.3.x-maintenance
Miguel Angel Mulero Martinez 2018-01-30 15:35:12 +01:00
parent 9b67ee0682
commit 25eb964990
4 changed files with 3185 additions and 1 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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