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

Add translation into chinese simplified

This commit is contained in:
Miguel Angel Mulero Martinez 2018-01-30 15:35:12 +01:00
parent 9b67ee0682
commit 25eb964990
4 changed files with 3185 additions and 1 deletions

View file

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