mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Add Polish translation
This commit is contained in:
parent
855ab72e03
commit
d3afbfef75
4 changed files with 5415 additions and 1 deletions
|
@ -60,6 +60,7 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}"
|
|||
!insertmacro MUI_LANGUAGE "Latvian"
|
||||
!insertmacro MUI_LANGUAGE "Portuguese"
|
||||
!insertmacro MUI_LANGUAGE "PortugueseBR"
|
||||
!insertmacro MUI_LANGUAGE "Polish"
|
||||
!insertmacro MUI_LANGUAGE "Russian"
|
||||
!insertmacro MUI_LANGUAGE "SimpChinese"
|
||||
!insertmacro MUI_LANGUAGE "Spanish"
|
||||
|
|
|
@ -162,6 +162,10 @@
|
|||
"message": "Portugu\u00EAs Brasileiro",
|
||||
"description": "Don't translate!!!"
|
||||
},
|
||||
"language_pl": {
|
||||
"message": "polski",
|
||||
"description": "Don't translate!!!"
|
||||
},
|
||||
"language_ru": {
|
||||
"message": "\u0420\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A",
|
||||
"description": "Don't translate!!!"
|
||||
|
|
5409
locales/pl/messages.json
Normal file
5409
locales/pl/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', 'ru', 'sv', 'zh_CN'];
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'eu', 'fr', 'gl', 'hr', '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