mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-22 15:55:33 +03:00
Add Japanese translation
This commit is contained in:
parent
5244473769
commit
cebdab0304
4 changed files with 3404 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 "Italian"
|
||||
!insertmacro MUI_LANGUAGE "Japanese"
|
||||
!insertmacro MUI_LANGUAGE "Korean"
|
||||
!insertmacro MUI_LANGUAGE "Latvian"
|
||||
!insertmacro MUI_LANGUAGE "SimpChinese"
|
||||
|
|
|
@ -72,6 +72,9 @@
|
|||
"language_it": {
|
||||
"message": "Italiano (it)"
|
||||
},
|
||||
"language_ja": {
|
||||
"message": "\u65E5\u672C\u8A9E (ja)"
|
||||
},
|
||||
"language_ko": {
|
||||
"message": "\ud55c\uad6d\uc5b4 (ko)"
|
||||
},
|
||||
|
|
3399
locales/ja/messages.json
Normal file
3399
locales/ja/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', 'ko', 'lv', 'zh_CN'];
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'lv', 'zh_CN'];
|
||||
|
||||
/**
|
||||
* Functions that depend on the i18n framework
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue