Skip to content

Commit

Permalink
Enable translation for moments
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Dec 27, 2023
1 parent 08eefe8 commit dad35b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## not released

- Add: Translation of humanized dates

## v1.7.0 (2023-12-24)

- Add: Translation
Expand Down
1 change: 1 addition & 0 deletions src/noteoverview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,7 @@ export namespace noteoverview {
objectNotation: true,
});
i18n.setLocale(joplinLocale);
moment.locale(joplinLocale);
}
}

Expand Down

0 comments on commit dad35b6

Please sign in to comment.