1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 07:15:15 +03:00

Add Polish translation

This commit is contained in:
Miguel Angel Mulero Martinez 2020-02-18 08:57:17 +01:00
parent 855ab72e03
commit d3afbfef75
4 changed files with 5415 additions and 1 deletions

View file

@ -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'],