@markuplint/i18n
Advanced tools
Comparing version 4.5.2 to 4.5.3
@@ -97,2 +97,3 @@ { | ||
"hash": { "type": "string" }, | ||
"heading levels": { "type": "string" }, | ||
"hour": { "type": "string" }, | ||
@@ -231,2 +232,3 @@ "html elements": { "type": "string" }, | ||
"{0} must not be {1}": { "type": "string" }, | ||
"{0} must not be skipped": { "type": "string" }, | ||
"{0} needs {1}": { "type": "string" }, | ||
@@ -233,0 +235,0 @@ "{0} of {1}": { "type": "string" }, |
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.5.3](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.2...@markuplint/i18n@4.5.3) (2024-09-23) | ||
### Bug Fixes | ||
* **rules:** fix the message of the `heading-levels` rule and add to translate in Japanese ([ec57e1e](https://github.com/markuplint/markuplint/commit/ec57e1e5ff4549ee5574928ad20fd461d87974a5)) | ||
## [4.5.2](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.1...@markuplint/i18n@4.5.2) (2024-09-02) | ||
@@ -8,0 +19,0 @@ |
@@ -85,2 +85,3 @@ { | ||
"hash": "ハッシュ", | ||
"heading levels": "見出しレベル", | ||
"hour": "時", | ||
@@ -215,2 +216,3 @@ "html elements": "HTML要素", | ||
"{0} must not be {1}": "{0}は{1}にするべきではありません", | ||
"{0} must not be skipped": "{0}はスキップしてはいけません", | ||
"{0} needs {1}": "{0}には{1}が必要です", | ||
@@ -217,0 +219,0 @@ "{0} of {1}": "{1}の{0}", |
{ | ||
"name": "@markuplint/i18n", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "Internationalization for markuplint", | ||
@@ -40,3 +40,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "77cd5a25d5cf28c83253b7bfe02cd25b54e236b0" | ||
"gitHead": "05d2eabfcc41b67847c24049f12dd2b9f5ca6485" | ||
} |
47312
974