@markuplint/i18n
Advanced tools
Comparing version 2.0.0-dev.20211213.1 to 2.0.0-dev.20220105.1
@@ -45,2 +45,3 @@ { | ||
"c:duplicated": { "type": "string" }, | ||
"c:hard-coded": { "type": "string" }, | ||
"c:ineffective": { "type": "string" }, | ||
@@ -196,2 +197,3 @@ "c:invalid": { "type": "string" }, | ||
"{0} to {1}": { "type": "string" }, | ||
"\"{0}\" ID": { "type": "string" }, | ||
"a {0}": { "type": "string" }, | ||
@@ -198,0 +200,0 @@ "an {0}": { "type": "string" }, |
@@ -33,2 +33,3 @@ { | ||
"c:duplicated": "が重複しています", | ||
"c:hard-coded": "ハードコーディングされています", | ||
"c:ineffective": "は効果がありません", | ||
@@ -179,2 +180,3 @@ "c:invalid": "は妥当ではありません", | ||
"{0} to {1}": "{0}から{1}", | ||
"\"{0}\" ID": "ID「{0}」", | ||
"a {0}": "{0}", | ||
@@ -181,0 +183,0 @@ "an {0}": "{0}", |
{ | ||
"name": "@markuplint/i18n", | ||
"version": "2.0.0-dev.20211213.1", | ||
"version": "2.0.0-dev.20220105.1", | ||
"description": "HTML parser for markuplint", | ||
@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "862b6312e54dc2cedc551ba86d10027adc25d3a5" | ||
"gitHead": "73fab2765c080b0a42e71bdc1eed09bae0ed360e" | ||
} |
Sorry, the diff of this file is not supported yet
67659
588