@shipi18n/cli 2.11.0 → 2.11.1
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -189,7 +189,7 @@ runs the Docker image, so **no Node is required**:
|
|
|
189
189
|
```yaml
|
|
190
190
|
repos:
|
|
191
191
|
- repo: https://github.com/Shipi18n/shipi18n
|
|
192
|
-
rev: v2.11.
|
|
192
|
+
rev: v2.11.1
|
|
193
193
|
hooks:
|
|
194
194
|
- id: shipi18n-check
|
|
195
195
|
# args: ['check', './i18n', '-s', 'en'] # if not ./locales
|
|
@@ -204,7 +204,7 @@ repos:
|
|
|
204
204
|
- id: shipi18n-check
|
|
205
205
|
name: shipi18n check
|
|
206
206
|
language: node
|
|
207
|
-
additional_dependencies: ['@shipi18n/cli@2.11.
|
|
207
|
+
additional_dependencies: ['@shipi18n/cli@2.11.1']
|
|
208
208
|
entry: shipi18n check ./locales -s en
|
|
209
209
|
pass_filenames: false
|
|
210
210
|
files: '\.(json|ya?ml|po|xlf|xliff|xml|arb|xcstrings)$'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipi18n/cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.1",
|
|
4
4
|
"description": "Catch broken translations before you ship: dropped placeholders, missing keys, collapsed plurals and — with your own LLM key — mistranslations the structure checks cannot see. CI-ready (SARIF, JUnit, exit codes). Translates too.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"chalk": "^5.3.0",
|
|
50
50
|
"commander": "^12.0.0",
|
|
51
51
|
"ora": "^8.0.1",
|
|
52
|
-
"@shipi18n/core": "^2.11.
|
|
52
|
+
"@shipi18n/core": "^2.11.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@anthropic-ai/sdk": ">=0.30.0",
|