mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 07:15:15 +03:00
Added analytics for new configurator elements.
This commit is contained in:
parent
93e4cf83b8
commit
005868bc07
11 changed files with 242 additions and 120 deletions
|
@ -12,8 +12,7 @@ const languagesAvailables = ['ca', 'de', 'en', 'es', 'fr', 'gl', 'hr', 'id', 'it
|
|||
* Functions that depend on the i18n framework
|
||||
*/
|
||||
i18n.init = function(cb) {
|
||||
|
||||
getStoredUserLocale(function(userLanguage){
|
||||
getStoredUserLocale(function(userLanguage) {
|
||||
|
||||
i18next
|
||||
.use(i18nextXHRBackend)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue