fix: remove dots from timeago tokens

This commit is contained in:
ThetaDev 2023-11-15 01:03:03 +01:00
parent 26fc5a0693
commit bd0f3adba3
4 changed files with 1638 additions and 1640 deletions

File diff suppressed because it is too large Load diff

View file

@ -57,4 +57,4 @@ for (const [mainLang, entry] of Object.entries(dict)) {
}
}
fs.writeFileSync(DICT_PATH, JSON.stringify(dict, null, 2));
fs.writeFileSync(DICT_PATH, JSON.stringify(dict, null, 2) + "\n");