lint compliance

pull/1/head
ansuz 2021-08-30 17:48:31 +05:30
parent 45c4765ce0
commit e074b36761
1 changed files with 2 additions and 0 deletions

View File

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