1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

Add Japanese translation

This commit is contained in:
Miguel Angel Mulero Martinez 2018-03-12 20:05:35 +01:00
parent 5244473769
commit cebdab0304
4 changed files with 3404 additions and 1 deletions

View file

@ -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 "Italian" !insertmacro MUI_LANGUAGE "Italian"
!insertmacro MUI_LANGUAGE "Japanese"
!insertmacro MUI_LANGUAGE "Korean" !insertmacro MUI_LANGUAGE "Korean"
!insertmacro MUI_LANGUAGE "Latvian" !insertmacro MUI_LANGUAGE "Latvian"
!insertmacro MUI_LANGUAGE "SimpChinese" !insertmacro MUI_LANGUAGE "SimpChinese"

View file

@ -72,6 +72,9 @@
"language_it": { "language_it": {
"message": "Italiano (it)" "message": "Italiano (it)"
}, },
"language_ja": {
"message": "\u65E5\u672C\u8A9E (ja)"
},
"language_ko": { "language_ko": {
"message": "\ud55c\uad6d\uc5b4 (ko)" "message": "\ud55c\uad6d\uc5b4 (ko)"
}, },

3399
locales/ja/messages.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
var i18n = {} var i18n = {}
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ko', 'lv', 'zh_CN']; const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'lv', 'zh_CN'];
/** /**
* Functions that depend on the i18n framework * Functions that depend on the i18n framework