Commit b4a34cb5 authored by Alexander Yuzhin's avatar Alexander Yuzhin

[SE mobile] Fix load formula names

parent c50acf7a
......@@ -87,6 +87,7 @@ define([
_.defer(function () {
var editorLang = SSE.getController("Main").editorConfig.lang;
editorLang = (editorLang ? editorLang : 'en').split("-")[0].toLowerCase();
var localizationFunctions = function(data) {
fc = data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment