mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 07:15:15 +03:00
Add Latvian language
This commit is contained in:
parent
9c7297246d
commit
60c13a8012
4 changed files with 3184 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
var i18n = {}
|
||||
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'ko', 'zh_CN'];
|
||||
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'ko', 'lv', 'zh_CN'];
|
||||
|
||||
/**
|
||||
* Functions that depend on the i18n framework
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue