mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
pre-enable i18n for all html content in tabs
This commit is contained in:
parent
6a33801463
commit
2162a2b9d3
10 changed files with 30 additions and 0 deletions
|
@ -29,6 +29,9 @@ function tab_initialize_cli() {
|
|||
MSP.callbacks_cleanup();
|
||||
|
||||
$('#content').load("./tabs/cli.html", function() {
|
||||
// translate to user-selected language
|
||||
localize();
|
||||
|
||||
CLI_active = true;
|
||||
|
||||
// Enter CLI mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue