@micromag/intl 0.3.27 → 0.3.28

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 CHANGED
@@ -1067,7 +1067,7 @@ var messages = {
1067
1067
  }],
1068
1068
  "8EI08h": [{
1069
1069
  type: 0,
1070
- value: "Avec bouton Play/Pause"
1070
+ value: "Avec bouton de lecture"
1071
1071
  }],
1072
1072
  "8oczXQ": [{
1073
1073
  type: 0,
package/locale/fr.js CHANGED
@@ -1061,7 +1061,7 @@ var messages = {
1061
1061
  }],
1062
1062
  "8EI08h": [{
1063
1063
  type: 0,
1064
- value: "Avec bouton Play/Pause"
1064
+ value: "Avec bouton de lecture"
1065
1065
  }],
1066
1066
  "8oczXQ": [{
1067
1067
  type: 0,
package/locale/fr.json CHANGED
@@ -342,7 +342,7 @@
342
342
  "8EI08h": [
343
343
  {
344
344
  "type": 0,
345
- "value": "Avec bouton Play/Pause"
345
+ "value": "Avec bouton de lecture"
346
346
  }
347
347
  ],
348
348
  "8oczXQ": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.27",
3
+ "version": "0.3.28",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "18798c7cbbab4d9a702e7070950394f05c1170cb"
78
+ "gitHead": "89c3e8ec82e10c1db537da36c2ea18a0154c2072"
79
79
  }