Update locale strings.

This commit is contained in:
Mike Cao 2020-09-12 04:26:32 -07:00
parent 6ea1bd1353
commit e426524992
9 changed files with 9 additions and 2 deletions

View file

@ -18,7 +18,7 @@ files.forEach(file => {
obj[key] = message || root[key];
if (!message) {
console.log(`Added key ${key}`);
console.log(`* Added key ${key}`);
}
return obj;