mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Add Basque translation
This commit is contained in:
parent
d7e65b86e1
commit
8dc4e7829f
4 changed files with 6 additions and 1 deletions
|
@ -47,6 +47,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
|
||||||
|
|
||||||
!insertmacro MUI_PAGE_FINISH
|
!insertmacro MUI_PAGE_FINISH
|
||||||
!insertmacro MUI_LANGUAGE "English"
|
!insertmacro MUI_LANGUAGE "English"
|
||||||
|
!insertmacro MUI_LANGUAGE "Basque"
|
||||||
!insertmacro MUI_LANGUAGE "Catalan"
|
!insertmacro MUI_LANGUAGE "Catalan"
|
||||||
!insertmacro MUI_LANGUAGE "Croatian"
|
!insertmacro MUI_LANGUAGE "Croatian"
|
||||||
!insertmacro MUI_LANGUAGE "French"
|
!insertmacro MUI_LANGUAGE "French"
|
||||||
|
|
|
@ -118,6 +118,10 @@
|
||||||
"message": "Espa\u00f1ol",
|
"message": "Espa\u00f1ol",
|
||||||
"description": "Don't translate!!!"
|
"description": "Don't translate!!!"
|
||||||
},
|
},
|
||||||
|
"language_eu": {
|
||||||
|
"message": "Euskera",
|
||||||
|
"description": "Don't translate!!!"
|
||||||
|
},
|
||||||
"language_fr": {
|
"language_fr": {
|
||||||
"message": "Fran\u00e7ais",
|
"message": "Fran\u00e7ais",
|
||||||
"description": "Don't translate!!!"
|
"description": "Don't translate!!!"
|
||||||
|
|
0
locales/eu/messages.json
Normal file
0
locales/eu/messages.json
Normal file
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
var i18n = {}
|
var i18n = {}
|
||||||
|
|
||||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'gl', 'hr', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'ru', 'sv', 'zh_CN'];
|
const languagesAvailables = ['ca', 'de', 'en', 'es', 'eu', 'fr', 'gl', 'hr', '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