@micromag/intl 0.3.719 → 0.3.726
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/locale/en.js +13 -0
- package/locale/en.json +18 -0
- package/package.json +3 -3
package/locale/en.js
CHANGED
|
@@ -1230,6 +1230,10 @@ var p85qJD = [{
|
|
|
1230
1230
|
type: 0,
|
|
1231
1231
|
value: "Caption"
|
|
1232
1232
|
}];
|
|
1233
|
+
var pBNrdH = [{
|
|
1234
|
+
type: 0,
|
|
1235
|
+
value: "Conversion"
|
|
1236
|
+
}];
|
|
1233
1237
|
var pE7UhY = [{
|
|
1234
1238
|
type: 0,
|
|
1235
1239
|
value: "Article"
|
|
@@ -1858,6 +1862,10 @@ var messages = {
|
|
|
1858
1862
|
type: 0,
|
|
1859
1863
|
value: "No marker..."
|
|
1860
1864
|
}],
|
|
1865
|
+
"3I2Xl7": [{
|
|
1866
|
+
type: 0,
|
|
1867
|
+
value: "WebM"
|
|
1868
|
+
}],
|
|
1861
1869
|
"3LEBIA": [{
|
|
1862
1870
|
type: 0,
|
|
1863
1871
|
value: "Angle"
|
|
@@ -1906,6 +1914,10 @@ var messages = {
|
|
|
1906
1914
|
type: 0,
|
|
1907
1915
|
value: "Message"
|
|
1908
1916
|
}],
|
|
1917
|
+
"4RV6+9": [{
|
|
1918
|
+
type: 0,
|
|
1919
|
+
value: "H264"
|
|
1920
|
+
}],
|
|
1909
1921
|
"4YiKNK": [{
|
|
1910
1922
|
type: 0,
|
|
1911
1923
|
value: "Select a color..."
|
|
@@ -2706,6 +2718,7 @@ var messages = {
|
|
|
2706
2718
|
value: "Delete screen"
|
|
2707
2719
|
}],
|
|
2708
2720
|
p85qJD: p85qJD,
|
|
2721
|
+
pBNrdH: pBNrdH,
|
|
2709
2722
|
pE7UhY: pE7UhY,
|
|
2710
2723
|
pJgYyE: pJgYyE,
|
|
2711
2724
|
pRzSQ7: pRzSQ7,
|
package/locale/en.json
CHANGED
|
@@ -321,6 +321,12 @@
|
|
|
321
321
|
"value": "No marker..."
|
|
322
322
|
}
|
|
323
323
|
],
|
|
324
|
+
"3I2Xl7": [
|
|
325
|
+
{
|
|
326
|
+
"type": 0,
|
|
327
|
+
"value": "WebM"
|
|
328
|
+
}
|
|
329
|
+
],
|
|
324
330
|
"3LEBIA": [
|
|
325
331
|
{
|
|
326
332
|
"type": 0,
|
|
@@ -393,6 +399,12 @@
|
|
|
393
399
|
"value": "Message"
|
|
394
400
|
}
|
|
395
401
|
],
|
|
402
|
+
"4RV6+9": [
|
|
403
|
+
{
|
|
404
|
+
"type": 0,
|
|
405
|
+
"value": "H264"
|
|
406
|
+
}
|
|
407
|
+
],
|
|
396
408
|
"4YiKNK": [
|
|
397
409
|
{
|
|
398
410
|
"type": 0,
|
|
@@ -2983,6 +2995,12 @@
|
|
|
2983
2995
|
"value": "Caption"
|
|
2984
2996
|
}
|
|
2985
2997
|
],
|
|
2998
|
+
"pBNrdH": [
|
|
2999
|
+
{
|
|
3000
|
+
"type": 0,
|
|
3001
|
+
"value": "Conversion"
|
|
3002
|
+
}
|
|
3003
|
+
],
|
|
2986
3004
|
"pE7UhY": [
|
|
2987
3005
|
{
|
|
2988
3006
|
"type": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/intl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.726",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@babel/runtime": "^7.13.10",
|
|
72
72
|
"@formatjs/cli": "^6.2.7",
|
|
73
|
-
"@micromag/core": "^0.3.
|
|
73
|
+
"@micromag/core": "^0.3.726",
|
|
74
74
|
"commander": "^12.0.0",
|
|
75
75
|
"fs-extra": "^11.2.0",
|
|
76
76
|
"gettext-parser": "^7.0.1",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"access": "public",
|
|
89
89
|
"registry": "https://registry.npmjs.org/"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "21ce20325c59c5fc20628d918093fcb852bf75b9"
|
|
92
92
|
}
|