mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint compliance
This commit is contained in:
parent
45c4765ce0
commit
e074b36761
@ -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")),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user