Skip to content

Releases: worktools/locales-editor

Use process.cwd() to fix error in Windows

30 Jul 03:30
Compare
Choose a tag to compare

Validate locales.edn file before compilation

18 Jun 04:22
Compare
Choose a tag to compare

Add `typesOnly` option

10 May 12:19
Compare
Choose a tag to compare
0.2.19

release 0.2.19

Bump from build version...

26 Mar 06:53
Compare
Choose a tag to compare
0.2.18

bump 0.2.18

turn on snapshot saving on compilation mode

26 Mar 06:39
Compare
Choose a tag to compare
0.2.17-build2

added build2 version to turn on snapshot saving on compilation more

Change filenames to Kebab Case

26 Mar 06:32
Compare
Choose a tag to compare
  • change filenames to zh-cn.ts and en-us.ts.
  • fix empty file generation in compilation mode.

Change domain in online url

24 Dec 05:50
Compare
Choose a tag to compare
  • Moving to our own domain of fe.jimu.io.

Display changed keys

24 Dec 03:48
Compare
Choose a tag to compare

Features:

  • switched fuzzy search.
  • display changed keys on the UI at realtime.

Refactoring:

  • upgrade workflow to use on-page-touch.
  • moved business code out of client.cljs to make it look clean.
  • removed some components that are no longer using.

Workflow updates

18 Dec 05:09
Compare
Choose a tag to compare

No features or bugs included. But codebase changed a lot, might bring bugs.

Async file writing

11 Dec 12:36
Compare
Choose a tag to compare
  • File writing supposed to be a little faster since async writing API is used.
  • hide "clear" button when query is empty.