Skip to content

Releases: nabekou29/js-i18n.nvim

v0.5.4

29 Mar 07:54
124f22f
Compare
Choose a tag to compare

What's Changed

  • fix: ignore node_modules in searching translation file by @nabekou29 in #53
  • feat: Add a setting to respect or not respect gitignore during file traversal. by @nabekou29 in #56

Full Changelog: v0.5.3...v0.5.4

v0.5.3

21 Dec 20:44
18bb7d8
Compare
Choose a tag to compare

What's Changed

  • fix: do not initialize LS when opening JSON files other than message files by @nabekou29 in #50
  • fix: modify workspace detection function to prevent the workspace from becoming a directory with a large number of files by @nabekou29 in #51
  • fix: support array arguments for useTranslation of react-i18next by @nabekou29 in #52

Full Changelog: v0.5.2...v0.5.3

v0.5.2

19 Dec 06:57
73615ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

04 Dec 10:21
fc076a3
Compare
Choose a tag to compare

What's Changed

  • feat: Support multiple t functions in the same scope by @nabekou29 in #46

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Nov 10:23
19c7d6d
Compare
Choose a tag to compare

What's Changed

  • fix: Not escaping the initial value of the edit translation by @nabekou29 in #40
  • feat: Add :I18nCopyKey command to copy the key at the cursor in JSON file by @nabekou29 in #39
  • feat: add support for namespace-based file structure by @Naxdy in #34
  • feat: Implements go to references by @nabekou29 in #41

New Contributors

  • @Naxdy made their first contribution in #34

Full Changelog: v0.4.3...v0.5.0

v0.4.3

10 Nov 19:06
439f374
Compare
Choose a tag to compare

What's Changed

  • fix: Virtual text is broken when the t-function is used for the value of the t-function options. by @nabekou29 in #30
  • feat: improve translation display in hover handler by @nabekou29 in #31
  • fix: add support for i18next plural suffixes (virtual-text) by @nabekou29 in #32
  • feat: Support for i18next plurals functionality by @nabekou29 in #37
  • refactor: analyzer.lua by @nabekou29 in #38

Full Changelog: v0.4.2...v0.4.3

v0.4.2

16 Sep 14:22
52209c5
Compare
Choose a tag to compare

What's Changed

  • fix: Occur error when can't detect language by @nabekou29 in #27

Full Changelog: v0.4.1...v0.4.2

v0.4.1

08 Sep 05:16
56ff140
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Aug 03:10
8835f90
Compare
Choose a tag to compare

What's Changed

  • feat: add code action support for translation edits by @nabekou29 in #23
  • feat: Support for keyPrefix in some libraries by @nabekou29 in #24

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 Aug 01:44
256ed21
Compare
Choose a tag to compare

What's Changed

  • fix: escape single quote in editing translation text by @nabekou29 in #12
  • feat: Make the argument of I18nSetLang command optional. by @nabekou29 in #13
  • test: add tests for some commands by @nabekou29 in #14
  • tests: refactor tests and add GitHub Actions workflow by @nabekou29 in #15
  • fix(translation-source): add fast event check for file read by @nabekou29 in #16
  • feat(virtal_text): add max_width option to truncate virtual text by display width by @nabekou29 in #17
  • feat: add diagnostic support for missing translations by @nabekou29 in #18
  • docs: add license by @nabekou29 in #20
  • docs: update README by @nabekou29 in #19
  • docs: fix README by @nabekou29 in #21

Full Changelog: v0.2.1...v0.3.0