lint compliance

pull/1/head
ansuz 3 years ago
parent 45c4765ce0
commit e074b36761

@ -48,12 +48,14 @@ var findDuplicates = function (map) {
return canonical; return canonical;
}; };
/*
var logDuplicates = function (duplicates) { var logDuplicates = function (duplicates) {
// indicate which strings are duplicated and could potentially be changed to use one key // indicate which strings are duplicated and could potentially be changed to use one key
Object.keys(duplicates).forEach(function (val) { Object.keys(duplicates).forEach(function (val) {
console.log('\"%s\" => %s', val, JSON.stringify(duplicates[val])); console.log('\"%s\" => %s', val, JSON.stringify(duplicates[val]));
}); });
}; };
*/
var FULL_LANGUAGES = { var FULL_LANGUAGES = {
EN: Util.clone(require("../../www/common/translations/messages.json")), EN: Util.clone(require("../../www/common/translations/messages.json")),

Loading…
Cancel
Save