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

More i18n

More strings passed to the messages file for i18n.
This commit is contained in:
Miguel Angel Mulero Martinez 2017-12-18 20:21:38 +01:00
parent 148178e109
commit 65728c913a
11 changed files with 158 additions and 47 deletions

View file

@ -339,7 +339,7 @@ $(document).ready(function () {
state = true;
}
$(this).text(state ? 'Hide Log' : 'Show Log');
$(this).text(state ? chrome.i18n.getMessage('logActionHide') : chrome.i18n.getMessage('logActionShow'));
$(this).data('state', state);
});