diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aea8e5..a6b054a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## not released +- Add: Translation of humanized dates + ## v1.7.0 (2023-12-24) - Add: Translation diff --git a/src/noteoverview.ts b/src/noteoverview.ts index 347c798..05b99f5 100644 --- a/src/noteoverview.ts +++ b/src/noteoverview.ts @@ -1554,6 +1554,7 @@ export namespace noteoverview { objectNotation: true, }); i18n.setLocale(joplinLocale); + moment.locale(joplinLocale); } }