@micromag/intl 0.3.23 → 0.3.26
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 +3 -3
package/locale/fr.cjs.js
CHANGED
|
@@ -58,6 +58,10 @@ var CrzYgw = [{
|
|
|
58
58
|
type: 0,
|
|
59
59
|
value: "Citation"
|
|
60
60
|
}];
|
|
61
|
+
var D7LIZQ = [{
|
|
62
|
+
type: 0,
|
|
63
|
+
value: "Démarrer"
|
|
64
|
+
}];
|
|
61
65
|
var DU1qdc = [{
|
|
62
66
|
type: 0,
|
|
63
67
|
value: "Couleur du texte"
|
|
@@ -1118,6 +1122,7 @@ var messages = {
|
|
|
1118
1122
|
CJmQeh: CJmQeh,
|
|
1119
1123
|
CW3KAC: CW3KAC,
|
|
1120
1124
|
CrzYgw: CrzYgw,
|
|
1125
|
+
D7LIZQ: D7LIZQ,
|
|
1121
1126
|
DU1qdc: DU1qdc,
|
|
1122
1127
|
DWEzCv: DWEzCv,
|
|
1123
1128
|
EDFyUp: EDFyUp,
|
package/locale/fr.js
CHANGED
|
@@ -52,6 +52,10 @@ var CrzYgw = [{
|
|
|
52
52
|
type: 0,
|
|
53
53
|
value: "Citation"
|
|
54
54
|
}];
|
|
55
|
+
var D7LIZQ = [{
|
|
56
|
+
type: 0,
|
|
57
|
+
value: "Démarrer"
|
|
58
|
+
}];
|
|
55
59
|
var DU1qdc = [{
|
|
56
60
|
type: 0,
|
|
57
61
|
value: "Couleur du texte"
|
|
@@ -1112,6 +1116,7 @@ var messages = {
|
|
|
1112
1116
|
CJmQeh: CJmQeh,
|
|
1113
1117
|
CW3KAC: CW3KAC,
|
|
1114
1118
|
CrzYgw: CrzYgw,
|
|
1119
|
+
D7LIZQ: D7LIZQ,
|
|
1115
1120
|
DU1qdc: DU1qdc,
|
|
1116
1121
|
DWEzCv: DWEzCv,
|
|
1117
1122
|
EDFyUp: EDFyUp,
|
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.26",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.13.10",
|
|
60
60
|
"@formatjs/cli": "^4.4.0",
|
|
61
|
-
"@micromag/core": "^0.3.
|
|
61
|
+
"@micromag/core": "^0.3.25",
|
|
62
62
|
"commander": "^8.3.0",
|
|
63
63
|
"fs-extra": "^10.0.0",
|
|
64
64
|
"gettext-parser": "^4.0.4",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "62b3ba676538ed83da7fb4caebc104a598c06ad0"
|
|
79
79
|
}
|