Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/i18n

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/i18n - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0-alpha.0

14

$schema.json

@@ -31,3 +31,4 @@ {

"aria in html specification": { "type": "string" },
"aria state/property": { "type": "string" },
"aria property": { "type": "string" },
"aria state": { "type": "string" },
"attribute name": { "type": "string" },

@@ -83,3 +84,4 @@ "attribute names": { "type": "string" },

"fractional part": { "type": "string" },
"global state/property": { "type": "string" },
"global property": { "type": "string" },
"global state": { "type": "string" },
"hash name": { "type": "string" },

@@ -118,2 +120,3 @@ "hash-name reference": { "type": "string" },

"role": { "type": "string" },
"roles": { "type": "string" },
"second": { "type": "string" },

@@ -200,2 +203,3 @@ "semantics": { "type": "string" },

"{0} to {1}": { "type": "string" },
"{0}. Or, {1}": { "type": "string" },
"\"{0}\" ID": { "type": "string" },

@@ -215,5 +219,11 @@ "a {0}": { "type": "string" },

"It expects {0}": { "type": "string" },
"it has {0} as an ancestor that doesn't expose its descendants to the accessibility tree": {
"type": "string"
},
"It includes {0}": { "type": "string" },
"It is {0:c}": { "type": "string" },
"It is {0}": { "type": "string" },
"It may be focusable in spite of it has aria-hidden=true": { "type": "string" },
"It may be focusable in spite of it has the ancestor that has aria-hidden=true": { "type": "string" },
"it may be ineffective because {0}": { "type": "string" },
"It needs {0}": { "type": "string" },

@@ -220,0 +230,0 @@ "less than {0}": { "type": "string" },

16

lib/types.d.ts
export declare type Translator = (messageTmpl: string | string[], ...keywords: Primitive[]) => string;
export declare type LocaleSet = {
locale: string;
listFormat?: ListFormat;
keywords?: LocalesKeywords;
sentences?: LocalesKeywords;
locale: string;
listFormat?: ListFormat;
keywords?: LocalesKeywords;
sentences?: LocalesKeywords;
};
export declare type ListFormat = {
quoteStart: string;
quoteEnd: string;
separator: string;
quoteStart: string;
quoteEnd: string;
separator: string;
};
export declare type Primitive = string | number | boolean;
export declare type LocalesKeywords = {
[messageId: string]: string | void;
[messageId: string]: string | void;
};

@@ -19,3 +19,4 @@ {

"aria in html specification": "ARIA in HTMLの仕様",
"aria state/property": "ARIAステート/プロパティ",
"aria property": "ARIAプロパティ",
"aria state": "ARIAステート",
"attribute name": "属性名",

@@ -71,3 +72,4 @@ "attribute names": "属性名",

"fractional part": "小数部",
"global state/property": "グローバルステート/プロパティ",
"global property": "グローバルプロパティ",
"global state": "グローバルステート",
"hash name": "ハッシュ名",

@@ -106,2 +108,3 @@ "hash-name reference": "ハッシュ名参照",

"role": "ロール",
"roles": "ロール",
"second": "秒",

@@ -183,2 +186,3 @@ "semantics": "セマンティクス",

"{0} to {1}": "{0}から{1}",
"{0}. Or, {1}": "{0}。または、{1}",
"\"{0}\" ID": "ID「{0}」",

@@ -198,5 +202,9 @@ "a {0}": "{0}",

"It expects {0}": "{0}が必要です",
"it has {0} as an ancestor that doesn't expose its descendants to the accessibility tree": "子孫をアクセシビリティツリーに公開しない{0}を先祖に持っています",
"It includes {0}": "{0}を含んでいます",
"It is {0:c}": "{0:c}",
"It is {0}": "{0}です",
"It may be focusable in spite of it has aria-hidden=true": "aria-hidden=trueを持っていますが、フォーカスできてしまうかもしれません",
"It may be focusable in spite of it has the ancestor that has aria-hidden=true": "先祖がaria-hidden=trueを持っていますが、フォーカスできてしまうかもしれません",
"it may be ineffective because {0}": "{0}、そのため効果がない可能性があります",
"It needs {0}": "{0}が必要です",

@@ -203,0 +211,0 @@ "less than {0}": "{0}未満",

{
"name": "@markuplint/i18n",
"version": "2.1.1",
"version": "3.0.0-alpha.0",
"description": "HTML parser for markuplint",

@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"gitHead": "37080ac1442a4b9a35fa05c97495d29a0342dfc6"
"gitHead": "d32c522e016888e20bcbb5f09352c006b964f193"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc