@markuplint/i18n 4.2.1-dev.1 → 4.4.0

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/$schema.json CHANGED
@@ -118,6 +118,7 @@
118
118
  "one or more elements": { "type": "string" },
119
119
  "one": { "type": "string" },
120
120
  "origin": { "type": "string" },
121
+ "orphaned end tag": { "type": "string" },
121
122
  "password": { "type": "string" },
122
123
  "perceptible nodes": { "type": "string" },
123
124
  "placeholder label option": { "type": "string" },
package/locales/ja.json CHANGED
@@ -106,6 +106,7 @@
106
106
  "one or more elements": "1つ以上の要素",
107
107
  "one": "1",
108
108
  "origin": "オリジン",
109
+ "orphaned end tag": "孤立した終了タグ",
109
110
  "password": "パスワード",
110
111
  "perceptible nodes": "知覚要素",
111
112
  "placeholder label option": "プレースホルダーラベルオプション",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/i18n",
3
- "version": "4.2.1-dev.1+98cb4470a",
3
+ "version": "4.4.0",
4
4
  "description": "Internationalization for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -37,5 +37,5 @@
37
37
  "build:cjs": "tsc --module commonjs --outDir cjs",
38
38
  "clean": "tsc --build --clean"
39
39
  },
40
- "gitHead": "98cb4470ad994275f52b0c3919f8d27dda8c38bc"
40
+ "gitHead": "d5c8786b0dbbd82cdd89018dd57941d62bbe8d06"
41
41
  }