js-i18n-language-server 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,15 @@
1
1
 
2
+ ## [0.4.4] - 2026-02-14
3
+
4
+ ### Documentation
5
+
6
+ - Add icon and editor extension links to README
7
+
8
+ ### Features
9
+
10
+ - Ignore didChangeConfiguration when .js-i18n.json exists
11
+
12
+
2
13
  ## [0.4.3] - 2026-02-14
3
14
 
4
15
  ### Bug Fixes
package/README.md CHANGED
@@ -1,12 +1,19 @@
1
- # js-i18n-language-server
1
+ <div align="center">
2
+ <img src="docs/images/icon.png" width="128" height="128" alt="js-i18n-language-server">
3
+ <h1>js-i18n-language-server</h1>
4
+ </div>
2
5
 
3
- [![CI](https://github.com/nabekou29/js-i18n-language-server/actions/workflows/ci.yml/badge.svg)](https://github.com/nabekou29/js-i18n-language-server/actions/workflows/ci.yml)
4
- [![codecov](https://codecov.io/gh/nabekou29/js-i18n-language-server/graph/badge.svg)](https://codecov.io/gh/nabekou29/js-i18n-language-server)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![CI](https://github.com/nabekou29/js-i18n-language-server/actions/workflows/ci.yml/badge.svg)](https://github.com/nabekou29/js-i18n-language-server/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/nabekou29/js-i18n-language-server/graph/badge.svg)](https://codecov.io/gh/nabekou29/js-i18n-language-server) [![VS Code](https://img.shields.io/badge/VS%20Code-007ACC?logo=visualstudiocode&logoColor=white)](https://github.com/nabekou29/vscode-js-i18n) [![Neovim](https://img.shields.io/badge/Neovim-57A143?logo=neovim&logoColor=white)](https://github.com/nabekou29/js-i18n.nvim)
5
7
 
6
8
  Language Server for JavaScript/TypeScript i18n libraries.
7
9
 
8
10
  Provides IDE features (completion, hover, diagnostics, etc.) for translation keys in i18next, react-i18next, and next-intl projects.
9
11
 
12
+ ## Editor Extensions
13
+
14
+ - <img src="https://skillicons.dev/icons?i=vscode" align="center" width="32px"/> **VS Code**: [nabekou29/vscode-js-i18n](https://github.com/nabekou29/vscode-js-i18n)
15
+ - <img src="https://skillicons.dev/icons?i=neovim" align="center" width="32px"/> **Neovim**: [nabekou29/js-i18n.nvim](https://github.com/nabekou29/js-i18n.nvim)
16
+
10
17
  ## Installation
11
18
 
12
19
  ### npm
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "js-i18n-language-server",
26
- "version": "0.4.3"
26
+ "version": "0.4.4"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -515,5 +515,5 @@
515
515
  }
516
516
  },
517
517
  "requires": true,
518
- "version": "0.4.3"
518
+ "version": "0.4.4"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/nabekou29/js-i18n-language-server/releases/download/v0.4.3",
2
+ "artifactDownloadUrl": "https://github.com/nabekou29/js-i18n-language-server/releases/download/v0.4.4",
3
3
  "bin": {
4
4
  "js-i18n-language-server": "run-js-i18n-language-server.js"
5
5
  },
@@ -94,7 +94,7 @@
94
94
  "zipExt": ".tar.xz"
95
95
  }
96
96
  },
97
- "version": "0.4.3",
97
+ "version": "0.4.4",
98
98
  "volta": {
99
99
  "node": "18.14.1",
100
100
  "npm": "9.5.0"