mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Updated check-lang script.
This commit is contained in:
parent
0d42b1f778
commit
37bc082efc
3 changed files with 4 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ files.forEach(file => {
|
|||
const lang = require(`../lang/${file}`);
|
||||
const id = file.replace('.json', '');
|
||||
|
||||
console.log(chalk.yellowBright(`\n## ${file}`));
|
||||
console.log(chalk.yellowBright(`\n## ${file.replace('.json', '')}`));
|
||||
let count = 0;
|
||||
keys.forEach(key => {
|
||||
const orig = messages[key];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue