fix: remove dots from timeago tokens
This commit is contained in:
parent
26fc5a0693
commit
bd0f3adba3
4 changed files with 1638 additions and 1640 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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");
|
||||
|
|
|
|||
Reference in a new issue