@panneau/intl 2.0.46 → 2.0.51

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.cjs.js CHANGED
@@ -187,6 +187,10 @@ var mCfzkJ = [{
187
187
  type: 1,
188
188
  value: "a_singular"
189
189
  }];
190
+ var oTrX3h = [{
191
+ type: 0,
192
+ value: "Search media"
193
+ }];
190
194
  var oc3YLT = [{
191
195
  type: 0,
192
196
  value: "Choose an item"
@@ -438,6 +442,7 @@ var messages = {
438
442
  }],
439
443
  li2Qqu: li2Qqu,
440
444
  mCfzkJ: mCfzkJ,
445
+ oTrX3h: oTrX3h,
441
446
  oc3YLT: oc3YLT,
442
447
  owrRHV: owrRHV,
443
448
  pVHYDd: pVHYDd,
package/locale/en.js CHANGED
@@ -181,6 +181,10 @@ var mCfzkJ = [{
181
181
  type: 1,
182
182
  value: "a_singular"
183
183
  }];
184
+ var oTrX3h = [{
185
+ type: 0,
186
+ value: "Search media"
187
+ }];
184
188
  var oc3YLT = [{
185
189
  type: 0,
186
190
  value: "Choose an item"
@@ -432,6 +436,7 @@ var messages = {
432
436
  }],
433
437
  li2Qqu: li2Qqu,
434
438
  mCfzkJ: mCfzkJ,
439
+ oTrX3h: oTrX3h,
435
440
  oc3YLT: oc3YLT,
436
441
  owrRHV: owrRHV,
437
442
  pVHYDd: pVHYDd,
package/locale/en.json CHANGED
@@ -477,6 +477,12 @@
477
477
  "value": "a_singular"
478
478
  }
479
479
  ],
480
+ "oTrX3h": [
481
+ {
482
+ "type": 0,
483
+ "value": "Search media"
484
+ }
485
+ ],
480
486
  "oc3YLT": [
481
487
  {
482
488
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "2.0.46",
3
+ "version": "2.0.51",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -62,7 +62,7 @@
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.12.5",
64
64
  "@formatjs/cli-lib": "^6.0.3",
65
- "@panneau/core": "^2.0.46",
65
+ "@panneau/core": "^2.0.51",
66
66
  "commander": "^10.0.0",
67
67
  "fs-extra": "^10.0.0",
68
68
  "gettext-parser": "^4.0.4",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "566fca41a31122cbbcda4b98cb8395e56eaf9336"
82
+ "gitHead": "dcdf30dd8429d6022ae69fff1ea7a101fc6d4e71"
83
83
  }