mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 07:15:15 +03:00
Add Hungarian translation
This commit is contained in:
parent
433fe20ab4
commit
0fcf3564c2
4 changed files with 3873 additions and 1 deletions
|
@ -54,6 +54,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
|
|||
!insertmacro MUI_LANGUAGE "French"
|
||||
!insertmacro MUI_LANGUAGE "Galician"
|
||||
!insertmacro MUI_LANGUAGE "German"
|
||||
!insertmacro MUI_LANGUAGE "Hungarian"
|
||||
!insertmacro MUI_LANGUAGE "Indonesian"
|
||||
!insertmacro MUI_LANGUAGE "Italian"
|
||||
!insertmacro MUI_LANGUAGE "Japanese"
|
||||
|
|
|
@ -137,6 +137,10 @@
|
|||
"message": "Hrvatski",
|
||||
"description": "Don't translate!!!"
|
||||
},
|
||||
"language_hu": {
|
||||
"message": "magyar",
|
||||
"description": "Don't translate!!!"
|
||||
},
|
||||
"language_id": {
|
||||
"message": "Bahasa Indonesia",
|
||||
"description": "Don't translate!!!"
|
||||
|
|
3867
locales/hu/messages.json
Normal file
3867
locales/hu/messages.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@
|
|||
|
||||
window.i18n = {};
|
||||
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'eu', 'fr', 'gl', 'hr', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'pt_BR', 'pl', 'ru', 'sv', 'zh_CN'];
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'eu', 'fr', 'gl', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'pt_BR', 'pl', 'ru', 'sv', 'zh_CN'];
|
||||
|
||||
const languageFallback = {
|
||||
'pt': ['pt_BR', 'en'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue