@phensley/cldr-schema
Advanced tools
Comparing version 0.25.2 to 0.25.3
@@ -1,8 +0,8 @@ | ||
import { scope, vector1, vector2 } from '../instructions'; | ||
import { scope, vector2 } from '../instructions'; | ||
export var NAMES = scope('Names', 'Names', [ | ||
scope('languages', 'languages', [ | ||
vector1('displayName', 'language-id') | ||
vector2('displayName', 'alt-key', 'language-id') | ||
]), | ||
scope('scripts', 'scripts', [ | ||
vector1('displayName', 'script-id') | ||
vector2('displayName', 'alt-key', 'script-id') | ||
]), | ||
@@ -9,0 +9,0 @@ scope('regions', 'regions', [ |
import { KeyIndexImpl } from '../instructions'; | ||
export var PluralIndex = new KeyIndexImpl(['other', 'zero', 'one', 'two', 'few', 'many']); | ||
export var AltIndex = new KeyIndexImpl(['none', 'short', 'narrow', 'variant', 'stand-alone']); | ||
export var AltIndex = new KeyIndexImpl(['none', 'short', 'narrow', 'variant', 'stand-alone', 'long', 'menu']); | ||
//# sourceMappingURL=enums.js.map |
@@ -6,6 +6,6 @@ "use strict"; | ||
instructions_1.scope('languages', 'languages', [ | ||
instructions_1.vector1('displayName', 'language-id') | ||
instructions_1.vector2('displayName', 'alt-key', 'language-id') | ||
]), | ||
instructions_1.scope('scripts', 'scripts', [ | ||
instructions_1.vector1('displayName', 'script-id') | ||
instructions_1.vector2('displayName', 'alt-key', 'script-id') | ||
]), | ||
@@ -12,0 +12,0 @@ instructions_1.scope('regions', 'regions', [ |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.PluralIndex = new instructions_1.KeyIndexImpl(['other', 'zero', 'one', 'two', 'few', 'many']); | ||
exports.AltIndex = new instructions_1.KeyIndexImpl(['none', 'short', 'narrow', 'variant', 'stand-alone']); | ||
exports.AltIndex = new instructions_1.KeyIndexImpl(['none', 'short', 'narrow', 'variant', 'stand-alone', 'long', 'menu']); | ||
//# sourceMappingURL=enums.js.map |
{ | ||
"name": "@phensley/cldr-schema", | ||
"version": "0.25.2", | ||
"version": "0.25.3", | ||
"description": "Schema for @phensley/cldr", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-types": "0.25.2", | ||
"@phensley/cldr-types": "0.25.3", | ||
"tslib": "1.10.x" | ||
@@ -66,3 +66,3 @@ }, | ||
}, | ||
"gitHead": "fc93dfd67b5c2035b7e7cf5098ddaaea00b1b520" | ||
"gitHead": "64c26c58c82d59a398dfded344db4c3884800c69" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
157919
+ Added@phensley/cldr-types@0.25.3(transitive)
- Removed@phensley/cldr-types@0.25.2(transitive)
Updated@phensley/cldr-types@0.25.3