mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
Add Indonesian Translation
This commit is contained in:
parent
e8400ffaf5
commit
0feda68542
4 changed files with 3752 additions and 1 deletions
|
@ -49,6 +49,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
|
||||||
!insertmacro MUI_LANGUAGE "Catalan"
|
!insertmacro MUI_LANGUAGE "Catalan"
|
||||||
!insertmacro MUI_LANGUAGE "French"
|
!insertmacro MUI_LANGUAGE "French"
|
||||||
!insertmacro MUI_LANGUAGE "German"
|
!insertmacro MUI_LANGUAGE "German"
|
||||||
|
!insertmacro MUI_LANGUAGE "Indonesian"
|
||||||
!insertmacro MUI_LANGUAGE "Italian"
|
!insertmacro MUI_LANGUAGE "Italian"
|
||||||
!insertmacro MUI_LANGUAGE "Japanese"
|
!insertmacro MUI_LANGUAGE "Japanese"
|
||||||
!insertmacro MUI_LANGUAGE "Korean"
|
!insertmacro MUI_LANGUAGE "Korean"
|
||||||
|
|
|
@ -90,6 +90,9 @@
|
||||||
"language_fr": {
|
"language_fr": {
|
||||||
"message": "Fran\u00e7ais (fr)"
|
"message": "Fran\u00e7ais (fr)"
|
||||||
},
|
},
|
||||||
|
"language_id": {
|
||||||
|
"message": "Bahasa Indonesia (id)"
|
||||||
|
},
|
||||||
"language_it": {
|
"language_it": {
|
||||||
"message": "Italiano (it)"
|
"message": "Italiano (it)"
|
||||||
},
|
},
|
||||||
|
|
3747
locales/id/messages.json
Normal file
3747
locales/id/messages.json
Normal file
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', 'it', 'ja', 'ko', 'lv', 'pt', 'ru', 'sv', 'zh_CN'];
|
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'ru', 'sv', 'zh_CN'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Functions that depend on the i18n framework
|
* Functions that depend on the i18n framework
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue