Releases: nabekou29/js-i18n.nvim
Releases · nabekou29/js-i18n.nvim
v0.5.4
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
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
What's Changed
- fix: error when package.json is invalid by @nabekou29 in #48
Full Changelog: v0.5.1...v0.5.2
v0.5.1
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
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
Full Changelog: v0.4.3...v0.5.0
v0.4.3
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
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
What's Changed
- feat: support for lazy-loading dressing.nvim by @nabekou29 in #25
- feat: Smarter default language detection by @nabekou29 in #26
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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
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