We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f9f21 commit d3b31f0Copy full SHA for d3b31f0
Gruntfile.js
@@ -543,12 +543,12 @@ module.exports = function (grunt) {
543
supportedPOEditorCodes.push(locales[key]["poEditor"].toLowerCase());
544
}
545
546
+ let localeData = [];
547
+
548
if (grunt.file.exists("src/locale/poeditor.json")) {
549
let poLocales = grunt.file.readJSON("src/locale/poeditor.json");
550
let poEditorLocales = poLocales.result.languages;
551
- let localeData = [];
-
552
for (let key in poEditorLocales) {
553
let name = poEditorLocales[key]["name"];
554
let curCode = poEditorLocales[key]["code"].toLowerCase();
0 commit comments