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

Add Russian language

This commit is contained in:
Miguel Angel Mulero Martinez 2018-09-17 16:55:14 +02:00
parent 3a94d0056f
commit e8103b2478
4 changed files with 3737 additions and 1 deletions

View file

@ -6,7 +6,7 @@
var i18n = {}
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'lv', 'pt', 'sv', 'zh_CN'];
const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'lv', 'pt', 'ru', 'sv', 'zh_CN'];
/**
* Functions that depend on the i18n framework