@remirror/messages
Advanced tools
Comparing version 0.0.0-pr885.1 to 0.0.0-pr901.1
@@ -267,3 +267,3 @@ 'use strict'; | ||
comment: 'Label for setting the text direction.', | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}" | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}}" | ||
}; | ||
@@ -275,3 +275,3 @@ var DESCRIPTION$b = | ||
comment: 'Description for setting the text direction.', | ||
message: "{dir, select, ltr {Set the text direction from left to right.}\nrtl {Set the text direction from right to left}\nother {Reset text direction}" | ||
message: "{dir, select, ltr {Set the text direction from left to right}\nrtl {Set the text direction from right to left}\nother {Reset text direction}}" | ||
}; | ||
@@ -729,3 +729,3 @@ | ||
comment: 'The number of columns', | ||
message: '{count, plural one {# column} other {# columns}}' | ||
message: '{count, plural, one {# column} other {# columns}}' | ||
}; | ||
@@ -741,3 +741,3 @@ /** | ||
comment: 'The number of rows', | ||
message: '{count, plural one {# row} other {# rows}}' | ||
message: '{count, plural, one {# row} other {# rows}}' | ||
}; | ||
@@ -758,3 +758,3 @@ | ||
comment: 'Label for toggling between upper and lower case.', | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmall-caps {Small caps}\nother {Text case}" | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmallCaps {Small caps}\nother {Text case}}" | ||
}; | ||
@@ -822,3 +822,3 @@ var SET_LABEL = | ||
comment: 'Gray color hues.', | ||
message: "{hue, selectOrdinal, other {Gray #}" | ||
message: "Gray {hue}" | ||
}; | ||
@@ -837,3 +837,3 @@ var RED = | ||
comment: 'Red color hues.', | ||
message: "{hue, selectOrdinal, other {Red #}" | ||
message: "Red {hue}" | ||
}; | ||
@@ -852,3 +852,3 @@ var PINK = | ||
comment: 'Pink color hues.', | ||
message: "{hue, selectOrdinal, other {Pink #}" | ||
message: "Pink {hue}" | ||
}; | ||
@@ -867,3 +867,3 @@ var GRAPE = | ||
comment: 'Grape color hues.', | ||
message: "{hue, selectOrdinal, other {Grape #}" | ||
message: "Grape {hue}" | ||
}; | ||
@@ -882,3 +882,3 @@ var VIOLET = | ||
comment: 'Violet color hues.', | ||
message: "{hue, selectOrdinal, other {Violet #}" | ||
message: "Violet {hue}" | ||
}; | ||
@@ -897,3 +897,3 @@ var INDIGO = | ||
comment: 'Indigo color hues.', | ||
message: "{hue, selectOrdinal, other {Indigo #}" | ||
message: "Indigo {hue}" | ||
}; | ||
@@ -912,3 +912,3 @@ var BLUE = | ||
comment: 'Blue color hues.', | ||
message: "{hue, selectOrdinal, other {Blue #}" | ||
message: "Blue {hue}" | ||
}; | ||
@@ -927,3 +927,3 @@ var CYAN = | ||
comment: 'Cyan color hues.', | ||
message: "{hue, selectOrdinal, other {Cyan #}" | ||
message: "Cyan {hue}" | ||
}; | ||
@@ -942,3 +942,3 @@ var TEAL = | ||
comment: 'Teal color hues.', | ||
message: "{hue, selectOrdinal, other {Teal #}" | ||
message: "Teal {hue}" | ||
}; | ||
@@ -957,3 +957,3 @@ var GREEN = | ||
comment: 'Green color hues.', | ||
message: "{hue, selectOrdinal, other {Green #}" | ||
message: "Green {hue}" | ||
}; | ||
@@ -972,3 +972,3 @@ var LIME = | ||
comment: 'Lime color hues.', | ||
message: "{hue, selectOrdinal, other {Lime #}" | ||
message: "Lime {hue}" | ||
}; | ||
@@ -987,3 +987,3 @@ var YELLOW = | ||
comment: 'Yellow color hues.', | ||
message: "{hue, selectOrdinal, other {Yellow #}" | ||
message: "Yellow {hue}" | ||
}; | ||
@@ -1002,3 +1002,3 @@ var ORANGE = | ||
comment: 'Orange color hues.', | ||
message: "{hue, selectOrdinal, other {Orange #}" | ||
message: "Orange {hue}" | ||
}; | ||
@@ -1005,0 +1005,0 @@ |
@@ -263,3 +263,3 @@ import '@lingui/core'; | ||
comment: 'Label for setting the text direction.', | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}" | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}}" | ||
}; | ||
@@ -271,3 +271,3 @@ var DESCRIPTION$b = | ||
comment: 'Description for setting the text direction.', | ||
message: "{dir, select, ltr {Set the text direction from left to right.}\nrtl {Set the text direction from right to left}\nother {Reset text direction}" | ||
message: "{dir, select, ltr {Set the text direction from left to right}\nrtl {Set the text direction from right to left}\nother {Reset text direction}}" | ||
}; | ||
@@ -725,3 +725,3 @@ | ||
comment: 'The number of columns', | ||
message: '{count, plural one {# column} other {# columns}}' | ||
message: '{count, plural, one {# column} other {# columns}}' | ||
}; | ||
@@ -737,3 +737,3 @@ /** | ||
comment: 'The number of rows', | ||
message: '{count, plural one {# row} other {# rows}}' | ||
message: '{count, plural, one {# row} other {# rows}}' | ||
}; | ||
@@ -754,3 +754,3 @@ | ||
comment: 'Label for toggling between upper and lower case.', | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmall-caps {Small caps}\nother {Text case}" | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmallCaps {Small caps}\nother {Text case}}" | ||
}; | ||
@@ -818,3 +818,3 @@ var SET_LABEL = | ||
comment: 'Gray color hues.', | ||
message: "{hue, selectOrdinal, other {Gray #}" | ||
message: "Gray {hue}" | ||
}; | ||
@@ -833,3 +833,3 @@ var RED = | ||
comment: 'Red color hues.', | ||
message: "{hue, selectOrdinal, other {Red #}" | ||
message: "Red {hue}" | ||
}; | ||
@@ -848,3 +848,3 @@ var PINK = | ||
comment: 'Pink color hues.', | ||
message: "{hue, selectOrdinal, other {Pink #}" | ||
message: "Pink {hue}" | ||
}; | ||
@@ -863,3 +863,3 @@ var GRAPE = | ||
comment: 'Grape color hues.', | ||
message: "{hue, selectOrdinal, other {Grape #}" | ||
message: "Grape {hue}" | ||
}; | ||
@@ -878,3 +878,3 @@ var VIOLET = | ||
comment: 'Violet color hues.', | ||
message: "{hue, selectOrdinal, other {Violet #}" | ||
message: "Violet {hue}" | ||
}; | ||
@@ -893,3 +893,3 @@ var INDIGO = | ||
comment: 'Indigo color hues.', | ||
message: "{hue, selectOrdinal, other {Indigo #}" | ||
message: "Indigo {hue}" | ||
}; | ||
@@ -908,3 +908,3 @@ var BLUE = | ||
comment: 'Blue color hues.', | ||
message: "{hue, selectOrdinal, other {Blue #}" | ||
message: "Blue {hue}" | ||
}; | ||
@@ -923,3 +923,3 @@ var CYAN = | ||
comment: 'Cyan color hues.', | ||
message: "{hue, selectOrdinal, other {Cyan #}" | ||
message: "Cyan {hue}" | ||
}; | ||
@@ -938,3 +938,3 @@ var TEAL = | ||
comment: 'Teal color hues.', | ||
message: "{hue, selectOrdinal, other {Teal #}" | ||
message: "Teal {hue}" | ||
}; | ||
@@ -953,3 +953,3 @@ var GREEN = | ||
comment: 'Green color hues.', | ||
message: "{hue, selectOrdinal, other {Green #}" | ||
message: "Green {hue}" | ||
}; | ||
@@ -968,3 +968,3 @@ var LIME = | ||
comment: 'Lime color hues.', | ||
message: "{hue, selectOrdinal, other {Lime #}" | ||
message: "Lime {hue}" | ||
}; | ||
@@ -983,3 +983,3 @@ var YELLOW = | ||
comment: 'Yellow color hues.', | ||
message: "{hue, selectOrdinal, other {Yellow #}" | ||
message: "Yellow {hue}" | ||
}; | ||
@@ -998,3 +998,3 @@ var ORANGE = | ||
comment: 'Orange color hues.', | ||
message: "{hue, selectOrdinal, other {Orange #}" | ||
message: "Orange {hue}" | ||
}; | ||
@@ -1001,0 +1001,0 @@ |
@@ -267,3 +267,3 @@ 'use strict'; | ||
comment: 'Label for setting the text direction.', | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}" | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}}" | ||
}; | ||
@@ -275,3 +275,3 @@ var DESCRIPTION$b = | ||
comment: 'Description for setting the text direction.', | ||
message: "{dir, select, ltr {Set the text direction from left to right.}\nrtl {Set the text direction from right to left}\nother {Reset text direction}" | ||
message: "{dir, select, ltr {Set the text direction from left to right}\nrtl {Set the text direction from right to left}\nother {Reset text direction}}" | ||
}; | ||
@@ -729,3 +729,3 @@ | ||
comment: 'The number of columns', | ||
message: '{count, plural one {# column} other {# columns}}' | ||
message: '{count, plural, one {# column} other {# columns}}' | ||
}; | ||
@@ -741,3 +741,3 @@ /** | ||
comment: 'The number of rows', | ||
message: '{count, plural one {# row} other {# rows}}' | ||
message: '{count, plural, one {# row} other {# rows}}' | ||
}; | ||
@@ -758,3 +758,3 @@ | ||
comment: 'Label for toggling between upper and lower case.', | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmall-caps {Small caps}\nother {Text case}" | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmallCaps {Small caps}\nother {Text case}}" | ||
}; | ||
@@ -822,3 +822,3 @@ var SET_LABEL = | ||
comment: 'Gray color hues.', | ||
message: "{hue, selectOrdinal, other {Gray #}" | ||
message: "Gray {hue}" | ||
}; | ||
@@ -837,3 +837,3 @@ var RED = | ||
comment: 'Red color hues.', | ||
message: "{hue, selectOrdinal, other {Red #}" | ||
message: "Red {hue}" | ||
}; | ||
@@ -852,3 +852,3 @@ var PINK = | ||
comment: 'Pink color hues.', | ||
message: "{hue, selectOrdinal, other {Pink #}" | ||
message: "Pink {hue}" | ||
}; | ||
@@ -867,3 +867,3 @@ var GRAPE = | ||
comment: 'Grape color hues.', | ||
message: "{hue, selectOrdinal, other {Grape #}" | ||
message: "Grape {hue}" | ||
}; | ||
@@ -882,3 +882,3 @@ var VIOLET = | ||
comment: 'Violet color hues.', | ||
message: "{hue, selectOrdinal, other {Violet #}" | ||
message: "Violet {hue}" | ||
}; | ||
@@ -897,3 +897,3 @@ var INDIGO = | ||
comment: 'Indigo color hues.', | ||
message: "{hue, selectOrdinal, other {Indigo #}" | ||
message: "Indigo {hue}" | ||
}; | ||
@@ -912,3 +912,3 @@ var BLUE = | ||
comment: 'Blue color hues.', | ||
message: "{hue, selectOrdinal, other {Blue #}" | ||
message: "Blue {hue}" | ||
}; | ||
@@ -927,3 +927,3 @@ var CYAN = | ||
comment: 'Cyan color hues.', | ||
message: "{hue, selectOrdinal, other {Cyan #}" | ||
message: "Cyan {hue}" | ||
}; | ||
@@ -942,3 +942,3 @@ var TEAL = | ||
comment: 'Teal color hues.', | ||
message: "{hue, selectOrdinal, other {Teal #}" | ||
message: "Teal {hue}" | ||
}; | ||
@@ -957,3 +957,3 @@ var GREEN = | ||
comment: 'Green color hues.', | ||
message: "{hue, selectOrdinal, other {Green #}" | ||
message: "Green {hue}" | ||
}; | ||
@@ -972,3 +972,3 @@ var LIME = | ||
comment: 'Lime color hues.', | ||
message: "{hue, selectOrdinal, other {Lime #}" | ||
message: "Lime {hue}" | ||
}; | ||
@@ -987,3 +987,3 @@ var YELLOW = | ||
comment: 'Yellow color hues.', | ||
message: "{hue, selectOrdinal, other {Yellow #}" | ||
message: "Yellow {hue}" | ||
}; | ||
@@ -1002,3 +1002,3 @@ var ORANGE = | ||
comment: 'Orange color hues.', | ||
message: "{hue, selectOrdinal, other {Orange #}" | ||
message: "Orange {hue}" | ||
}; | ||
@@ -1005,0 +1005,0 @@ |
@@ -267,3 +267,3 @@ 'use strict'; | ||
comment: 'Label for setting the text direction.', | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}" | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}}" | ||
}; | ||
@@ -275,3 +275,3 @@ var DESCRIPTION$b = | ||
comment: 'Description for setting the text direction.', | ||
message: "{dir, select, ltr {Set the text direction from left to right.}\nrtl {Set the text direction from right to left}\nother {Reset text direction}" | ||
message: "{dir, select, ltr {Set the text direction from left to right}\nrtl {Set the text direction from right to left}\nother {Reset text direction}}" | ||
}; | ||
@@ -729,3 +729,3 @@ | ||
comment: 'The number of columns', | ||
message: '{count, plural one {# column} other {# columns}}' | ||
message: '{count, plural, one {# column} other {# columns}}' | ||
}; | ||
@@ -741,3 +741,3 @@ /** | ||
comment: 'The number of rows', | ||
message: '{count, plural one {# row} other {# rows}}' | ||
message: '{count, plural, one {# row} other {# rows}}' | ||
}; | ||
@@ -758,3 +758,3 @@ | ||
comment: 'Label for toggling between upper and lower case.', | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmall-caps {Small caps}\nother {Text case}" | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmallCaps {Small caps}\nother {Text case}}" | ||
}; | ||
@@ -822,3 +822,3 @@ var SET_LABEL = | ||
comment: 'Gray color hues.', | ||
message: "{hue, selectOrdinal, other {Gray #}" | ||
message: "Gray {hue}" | ||
}; | ||
@@ -837,3 +837,3 @@ var RED = | ||
comment: 'Red color hues.', | ||
message: "{hue, selectOrdinal, other {Red #}" | ||
message: "Red {hue}" | ||
}; | ||
@@ -852,3 +852,3 @@ var PINK = | ||
comment: 'Pink color hues.', | ||
message: "{hue, selectOrdinal, other {Pink #}" | ||
message: "Pink {hue}" | ||
}; | ||
@@ -867,3 +867,3 @@ var GRAPE = | ||
comment: 'Grape color hues.', | ||
message: "{hue, selectOrdinal, other {Grape #}" | ||
message: "Grape {hue}" | ||
}; | ||
@@ -882,3 +882,3 @@ var VIOLET = | ||
comment: 'Violet color hues.', | ||
message: "{hue, selectOrdinal, other {Violet #}" | ||
message: "Violet {hue}" | ||
}; | ||
@@ -897,3 +897,3 @@ var INDIGO = | ||
comment: 'Indigo color hues.', | ||
message: "{hue, selectOrdinal, other {Indigo #}" | ||
message: "Indigo {hue}" | ||
}; | ||
@@ -912,3 +912,3 @@ var BLUE = | ||
comment: 'Blue color hues.', | ||
message: "{hue, selectOrdinal, other {Blue #}" | ||
message: "Blue {hue}" | ||
}; | ||
@@ -927,3 +927,3 @@ var CYAN = | ||
comment: 'Cyan color hues.', | ||
message: "{hue, selectOrdinal, other {Cyan #}" | ||
message: "Cyan {hue}" | ||
}; | ||
@@ -942,3 +942,3 @@ var TEAL = | ||
comment: 'Teal color hues.', | ||
message: "{hue, selectOrdinal, other {Teal #}" | ||
message: "Teal {hue}" | ||
}; | ||
@@ -957,3 +957,3 @@ var GREEN = | ||
comment: 'Green color hues.', | ||
message: "{hue, selectOrdinal, other {Green #}" | ||
message: "Green {hue}" | ||
}; | ||
@@ -972,3 +972,3 @@ var LIME = | ||
comment: 'Lime color hues.', | ||
message: "{hue, selectOrdinal, other {Lime #}" | ||
message: "Lime {hue}" | ||
}; | ||
@@ -987,3 +987,3 @@ var YELLOW = | ||
comment: 'Yellow color hues.', | ||
message: "{hue, selectOrdinal, other {Yellow #}" | ||
message: "Yellow {hue}" | ||
}; | ||
@@ -1002,3 +1002,3 @@ var ORANGE = | ||
comment: 'Orange color hues.', | ||
message: "{hue, selectOrdinal, other {Orange #}" | ||
message: "Orange {hue}" | ||
}; | ||
@@ -1005,0 +1005,0 @@ |
@@ -263,3 +263,3 @@ import '@lingui/core'; | ||
comment: 'Label for setting the text direction.', | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}" | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}}" | ||
}; | ||
@@ -271,3 +271,3 @@ var DESCRIPTION$b = | ||
comment: 'Description for setting the text direction.', | ||
message: "{dir, select, ltr {Set the text direction from left to right.}\nrtl {Set the text direction from right to left}\nother {Reset text direction}" | ||
message: "{dir, select, ltr {Set the text direction from left to right}\nrtl {Set the text direction from right to left}\nother {Reset text direction}}" | ||
}; | ||
@@ -725,3 +725,3 @@ | ||
comment: 'The number of columns', | ||
message: '{count, plural one {# column} other {# columns}}' | ||
message: '{count, plural, one {# column} other {# columns}}' | ||
}; | ||
@@ -737,3 +737,3 @@ /** | ||
comment: 'The number of rows', | ||
message: '{count, plural one {# row} other {# rows}}' | ||
message: '{count, plural, one {# row} other {# rows}}' | ||
}; | ||
@@ -754,3 +754,3 @@ | ||
comment: 'Label for toggling between upper and lower case.', | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmall-caps {Small caps}\nother {Text case}" | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmallCaps {Small caps}\nother {Text case}}" | ||
}; | ||
@@ -818,3 +818,3 @@ var SET_LABEL = | ||
comment: 'Gray color hues.', | ||
message: "{hue, selectOrdinal, other {Gray #}" | ||
message: "Gray {hue}" | ||
}; | ||
@@ -833,3 +833,3 @@ var RED = | ||
comment: 'Red color hues.', | ||
message: "{hue, selectOrdinal, other {Red #}" | ||
message: "Red {hue}" | ||
}; | ||
@@ -848,3 +848,3 @@ var PINK = | ||
comment: 'Pink color hues.', | ||
message: "{hue, selectOrdinal, other {Pink #}" | ||
message: "Pink {hue}" | ||
}; | ||
@@ -863,3 +863,3 @@ var GRAPE = | ||
comment: 'Grape color hues.', | ||
message: "{hue, selectOrdinal, other {Grape #}" | ||
message: "Grape {hue}" | ||
}; | ||
@@ -878,3 +878,3 @@ var VIOLET = | ||
comment: 'Violet color hues.', | ||
message: "{hue, selectOrdinal, other {Violet #}" | ||
message: "Violet {hue}" | ||
}; | ||
@@ -893,3 +893,3 @@ var INDIGO = | ||
comment: 'Indigo color hues.', | ||
message: "{hue, selectOrdinal, other {Indigo #}" | ||
message: "Indigo {hue}" | ||
}; | ||
@@ -908,3 +908,3 @@ var BLUE = | ||
comment: 'Blue color hues.', | ||
message: "{hue, selectOrdinal, other {Blue #}" | ||
message: "Blue {hue}" | ||
}; | ||
@@ -923,3 +923,3 @@ var CYAN = | ||
comment: 'Cyan color hues.', | ||
message: "{hue, selectOrdinal, other {Cyan #}" | ||
message: "Cyan {hue}" | ||
}; | ||
@@ -938,3 +938,3 @@ var TEAL = | ||
comment: 'Teal color hues.', | ||
message: "{hue, selectOrdinal, other {Teal #}" | ||
message: "Teal {hue}" | ||
}; | ||
@@ -953,3 +953,3 @@ var GREEN = | ||
comment: 'Green color hues.', | ||
message: "{hue, selectOrdinal, other {Green #}" | ||
message: "Green {hue}" | ||
}; | ||
@@ -968,3 +968,3 @@ var LIME = | ||
comment: 'Lime color hues.', | ||
message: "{hue, selectOrdinal, other {Lime #}" | ||
message: "Lime {hue}" | ||
}; | ||
@@ -983,3 +983,3 @@ var YELLOW = | ||
comment: 'Yellow color hues.', | ||
message: "{hue, selectOrdinal, other {Yellow #}" | ||
message: "Yellow {hue}" | ||
}; | ||
@@ -998,3 +998,3 @@ var ORANGE = | ||
comment: 'Orange color hues.', | ||
message: "{hue, selectOrdinal, other {Orange #}" | ||
message: "Orange {hue}" | ||
}; | ||
@@ -1001,0 +1001,0 @@ |
{ | ||
"name": "@remirror/messages", | ||
"version": "0.0.0-pr885.1", | ||
"version": "0.0.0-pr901.1", | ||
"description": "Internalization strings which are used throughout the remirror core codebase.", | ||
@@ -37,5 +37,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.7", | ||
"@babel/runtime": "^7.13.10", | ||
"@lingui/core": "^3.5.0", | ||
"@remirror/core-helpers": "0.0.0-pr885.1" | ||
"@remirror/core-helpers": "0.0.0-pr901.1" | ||
}, | ||
@@ -42,0 +42,0 @@ "publishConfig": { |
152007
+ Added@remirror/core-constants@0.0.0-pr901.1(transitive)
+ Added@remirror/core-helpers@0.0.0-pr901.1(transitive)
- Removed@remirror/core-constants@0.0.0-pr885.1(transitive)
- Removed@remirror/core-helpers@0.0.0-pr885.1(transitive)
Updated@babel/runtime@^7.13.10