@panneau/intl 3.0.7 → 3.0.12

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
@@ -101,10 +101,18 @@ var REIcPg = [{
101
101
  type: 0,
102
102
  value: "Logout"
103
103
  }];
104
+ var TV3jir = [{
105
+ type: 0,
106
+ value: "Loading"
107
+ }];
104
108
  var UUv8FR = [{
105
109
  type: 0,
106
110
  value: "Name"
107
111
  }];
112
+ var UaVu03 = [{
113
+ type: 0,
114
+ value: "Confirm"
115
+ }];
108
116
  var UbmsLL = [{
109
117
  type: 0,
110
118
  value: "No item found."
@@ -423,6 +431,7 @@ var messages = {
423
431
  QUAHwy: QUAHwy,
424
432
  R1HYj0: R1HYj0,
425
433
  REIcPg: REIcPg,
434
+ TV3jir: TV3jir,
426
435
  "U/ye2x": [{
427
436
  type: 0,
428
437
  value: "Cancel"
@@ -432,6 +441,7 @@ var messages = {
432
441
  value: "Error 404"
433
442
  }],
434
443
  UUv8FR: UUv8FR,
444
+ UaVu03: UaVu03,
435
445
  UbmsLL: UbmsLL,
436
446
  UpStcP: UpStcP,
437
447
  V7Us0a: V7Us0a,
package/locale/en.js CHANGED
@@ -95,10 +95,18 @@ var REIcPg = [{
95
95
  type: 0,
96
96
  value: "Logout"
97
97
  }];
98
+ var TV3jir = [{
99
+ type: 0,
100
+ value: "Loading"
101
+ }];
98
102
  var UUv8FR = [{
99
103
  type: 0,
100
104
  value: "Name"
101
105
  }];
106
+ var UaVu03 = [{
107
+ type: 0,
108
+ value: "Confirm"
109
+ }];
102
110
  var UbmsLL = [{
103
111
  type: 0,
104
112
  value: "No item found."
@@ -417,6 +425,7 @@ var messages = {
417
425
  QUAHwy: QUAHwy,
418
426
  R1HYj0: R1HYj0,
419
427
  REIcPg: REIcPg,
428
+ TV3jir: TV3jir,
420
429
  "U/ye2x": [{
421
430
  type: 0,
422
431
  value: "Cancel"
@@ -426,6 +435,7 @@ var messages = {
426
435
  value: "Error 404"
427
436
  }],
428
437
  UUv8FR: UUv8FR,
438
+ UaVu03: UaVu03,
429
439
  UbmsLL: UbmsLL,
430
440
  UpStcP: UpStcP,
431
441
  V7Us0a: V7Us0a,
package/locale/en.json CHANGED
@@ -323,6 +323,12 @@
323
323
  "value": "Logout"
324
324
  }
325
325
  ],
326
+ "TV3jir": [
327
+ {
328
+ "type": 0,
329
+ "value": "Loading"
330
+ }
331
+ ],
326
332
  "U/ye2x": [
327
333
  {
328
334
  "type": 0,
@@ -341,6 +347,12 @@
341
347
  "value": "Name"
342
348
  }
343
349
  ],
350
+ "UaVu03": [
351
+ {
352
+ "type": 0,
353
+ "value": "Confirm"
354
+ }
355
+ ],
344
356
  "UbmsLL": [
345
357
  {
346
358
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "3.0.7",
3
+ "version": "3.0.12",
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": "^3.0.7",
65
+ "@panneau/core": "^3.0.9",
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": "a35958b1d0dcaae2aecac6f30dab29c2616fcc22"
82
+ "gitHead": "8165af45b604374d0e3707536197ed9f3098e83c"
83
83
  }