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

Skip to content

Tags: nabekou29/js-i18n.nvim

Tags

v1.0.1

Toggle v1.0.1's commit message
fix: use buffer-local LSP client to support monorepo workspaces

get_client() was always returning the first js_i18n client regardless of
the current buffer. In monorepo setups with per-package workspace roots,
this caused "No translation key found at cursor" errors for any package
other than the one whose client started first.

Also extract SERVER_NAME and MINIMUM_SERVER_VERSION constants into
config module for consistency.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v1.0.0

Toggle v1.0.0's commit message
docs: add vimdoc generation with panvimdoc

- Add GitHub Actions workflow to auto-generate vimdoc on README changes
- Add `make docs` target for local vimdoc generation using panvimdoc
- Generate initial doc/js-i18n.txt from README.md

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add a setting to respect or not respect gitignore during file t…

…raversal. (#56)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: support array arguments for useTranslation of react-i18next (#52)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: error when package.json is invalid (#48)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support multiple t functions in the same scope (#46)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Implements go to references (#41)

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: analyzer.lua (#38)

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Occur error when can't detect language (#27)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Smarter default language detection (#26)