@opfr/raids 0.11.2 → 0.11.3

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.
Files changed (2) hide show
  1. package/locales/fr.json +4 -1
  2. package/package.json +2 -2
package/locales/fr.json CHANGED
@@ -827,7 +827,10 @@
827
827
  },
828
828
  "ev_bear_attack": {
829
829
  "title": "L'homme ou l'ours ?",
830
- "text": "L'Ours vous attaque !"
830
+ "text": "Qui en sortira vainqueur ?"
831
+ },
832
+ "goto_continue": {
833
+ "label": "Continuer"
831
834
  },
832
835
  "ev_failure_convince": {
833
836
  "title": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opfr/raids",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "private": false,
5
5
  "description": "OPFR raids",
6
6
  "author": "Matthieu VEIGA",
@@ -39,5 +39,5 @@
39
39
  "node_modules",
40
40
  "dist"
41
41
  ],
42
- "gitHead": "bdff9836b6911fa5045f8a069e72d12c7f7f5f7e"
42
+ "gitHead": "e95be883d4b95d8e4a9ce1dd7cb1aa1a7cbcc384"
43
43
  }