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

Merge pull request #2138 from McGiverGim/add_dutch_translation

Add Dutch translation
This commit is contained in:
Michael Keller 2020-07-30 00:27:58 +12:00 committed by GitHub
commit a2918bf458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5702 additions and 1 deletions

View file

@ -6,7 +6,7 @@
window.i18n = {};
const languagesAvailables = ['ca', 'de', 'en', 'es', 'eu', 'fr', 'gl', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'lv', 'pt', 'pt_BR', 'pl', 'ru', 'sv', 'zh_CN', 'zh_TW'];
const languagesAvailables = ['ca', 'de', 'en', 'es', 'eu', 'fr', 'gl', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'lv', 'nl', 'pt', 'pt_BR', 'pl', 'ru', 'sv', 'zh_CN', 'zh_TW'];
const languageFallback = {
'pt': ['pt_BR', 'en'],