@micromag/intl 0.3.138 → 0.3.139
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/fr.cjs.js +5 -0
- package/locale/fr.js +5 -0
- package/locale/fr.json +6 -0
- package/package.json +2 -2
package/locale/fr.cjs.js
CHANGED
|
@@ -245,6 +245,10 @@ var Lrwi2G = [{
|
|
|
245
245
|
type: 0,
|
|
246
246
|
value: "Courriel"
|
|
247
247
|
}];
|
|
248
|
+
var MBgLeH = [{
|
|
249
|
+
type: 0,
|
|
250
|
+
value: "23 juil au 22 août"
|
|
251
|
+
}];
|
|
248
252
|
var MYZwSA = [{
|
|
249
253
|
type: 0,
|
|
250
254
|
value: "Audio"
|
|
@@ -1564,6 +1568,7 @@ var messages = {
|
|
|
1564
1568
|
type: 0,
|
|
1565
1569
|
value: "Balance"
|
|
1566
1570
|
}],
|
|
1571
|
+
MBgLeH: MBgLeH,
|
|
1567
1572
|
MYZwSA: MYZwSA,
|
|
1568
1573
|
MhGUaY: MhGUaY,
|
|
1569
1574
|
MmJQ7o: MmJQ7o,
|
package/locale/fr.js
CHANGED
|
@@ -239,6 +239,10 @@ var Lrwi2G = [{
|
|
|
239
239
|
type: 0,
|
|
240
240
|
value: "Courriel"
|
|
241
241
|
}];
|
|
242
|
+
var MBgLeH = [{
|
|
243
|
+
type: 0,
|
|
244
|
+
value: "23 juil au 22 août"
|
|
245
|
+
}];
|
|
242
246
|
var MYZwSA = [{
|
|
243
247
|
type: 0,
|
|
244
248
|
value: "Audio"
|
|
@@ -1558,6 +1562,7 @@ var messages = {
|
|
|
1558
1562
|
type: 0,
|
|
1559
1563
|
value: "Balance"
|
|
1560
1564
|
}],
|
|
1565
|
+
MBgLeH: MBgLeH,
|
|
1561
1566
|
MYZwSA: MYZwSA,
|
|
1562
1567
|
MhGUaY: MhGUaY,
|
|
1563
1568
|
MmJQ7o: MmJQ7o,
|
package/locale/fr.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/intl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.139",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "15fcfa8f15961b6f2928425c672a0cac50c97d4f"
|
|
79
79
|
}
|