@panneau/intl 2.0.75 → 2.0.79

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
@@ -133,6 +133,13 @@ var XJ1dc3 = [{
133
133
  type: 0,
134
134
  value: "New password"
135
135
  }];
136
+ var XLVfN6 = [{
137
+ type: 0,
138
+ value: "Find "
139
+ }, {
140
+ type: 1,
141
+ value: "a_singular"
142
+ }];
136
143
  var XW9IKQ = [{
137
144
  type: 0,
138
145
  value: "Update password"
@@ -428,6 +435,7 @@ var messages = {
428
435
  WgIC2T: WgIC2T,
429
436
  X5RJlB: X5RJlB,
430
437
  XJ1dc3: XJ1dc3,
438
+ XLVfN6: XLVfN6,
431
439
  XW9IKQ: XW9IKQ,
432
440
  ZBNqY2: ZBNqY2,
433
441
  ZxgNge: ZxgNge,
package/locale/en.js CHANGED
@@ -127,6 +127,13 @@ var XJ1dc3 = [{
127
127
  type: 0,
128
128
  value: "New password"
129
129
  }];
130
+ var XLVfN6 = [{
131
+ type: 0,
132
+ value: "Find "
133
+ }, {
134
+ type: 1,
135
+ value: "a_singular"
136
+ }];
130
137
  var XW9IKQ = [{
131
138
  type: 0,
132
139
  value: "Update password"
@@ -422,6 +429,7 @@ var messages = {
422
429
  WgIC2T: WgIC2T,
423
430
  X5RJlB: X5RJlB,
424
431
  XJ1dc3: XJ1dc3,
432
+ XLVfN6: XLVfN6,
425
433
  XW9IKQ: XW9IKQ,
426
434
  ZBNqY2: ZBNqY2,
427
435
  ZxgNge: ZxgNge,
package/locale/en.json CHANGED
@@ -377,6 +377,16 @@
377
377
  "value": "New password"
378
378
  }
379
379
  ],
380
+ "XLVfN6": [
381
+ {
382
+ "type": 0,
383
+ "value": "Find "
384
+ },
385
+ {
386
+ "type": 1,
387
+ "value": "a_singular"
388
+ }
389
+ ],
380
390
  "XW9IKQ": [
381
391
  {
382
392
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "2.0.75",
3
+ "version": "2.0.79",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "2b0ca89c848915cdafd65de777882516ae3df88e"
82
+ "gitHead": "b3bfbc84de833d32a4939542aba6e010d3672ffa"
83
83
  }