Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: nabekou29/js-i18n.nvim

v1.0.1

18 Feb 07:46

Choose a tag to compare

What's Changed

  • fix: use buffer-local LSP client to support monorepo workspaces by @nabekou29 in #60

Full Changelog: v1.0.0...v1.0.1

v1.0.0

17 Feb 11:01

Choose a tag to compare

What's Changed

  • docs: add documentation for handling flattened JSON with key_separator by @nabekou29 in #58
  • v1.0: Rewrite as a thin wrapper around js-i18n-language-server by @nabekou29 in #59

Full Changelog: v0.5.4...v1.0.0

v0.5.4

29 Mar 07:54
124f22f

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

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

Choose a tag to compare

What's Changed

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

v0.5.1

04 Dec 10:21
fc076a3

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

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

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

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

Choose a tag to compare

What's Changed

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