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

Use i18next as i18n framework

This commit is contained in:
Miguel Angel Mulero Martinez 2018-01-25 13:45:55 +01:00
parent e2a629a620
commit 0a71f1e559
39 changed files with 607 additions and 408 deletions

View file

@ -198,7 +198,7 @@ TABS.motors.initialize = function (callback) {
function process_html() {
// translate to user-selected language
localize();
i18n.localizePage();
update_arm_status();