mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Add italian translation
This commit is contained in:
parent
6fe172f111
commit
541163d80d
4 changed files with 3184 additions and 1 deletions
|
@ -49,6 +49,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
|
|||
!insertmacro MUI_LANGUAGE "Catalan"
|
||||
!insertmacro MUI_LANGUAGE "French"
|
||||
!insertmacro MUI_LANGUAGE "German"
|
||||
!insertmacro MUI_LANGUAGE "Italian"
|
||||
!insertmacro MUI_LANGUAGE "Korean"
|
||||
!insertmacro MUI_LANGUAGE "Latvian"
|
||||
!insertmacro MUI_LANGUAGE "SimpChinese"
|
||||
|
|
|
@ -69,6 +69,9 @@
|
|||
"language_fr": {
|
||||
"message": "Fran\u00e7ais (fr)"
|
||||
},
|
||||
"language_it": {
|
||||
"message": "Italiano (it)"
|
||||
},
|
||||
"language_ko": {
|
||||
"message": "\ud55c\uad6d\uc5b4 (ko)"
|
||||
},
|
||||
|
|
3179
locales/it/messages.json
Normal file
3179
locales/it/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', 'ko', 'lv', 'zh_CN'];
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ko', 'lv', 'zh_CN'];
|
||||
|
||||
/**
|
||||
* Functions that depend on the i18n framework
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue