Skip to content

Commit b69ff0c

Browse files
committed
2.2.19
1 parent e5e6e90 commit b69ff0c

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ This system provides character sheets and items for your play, if you would lik
3535

3636
## Release Notes
3737

38+
v2.2.19
39+
- Continued work on CSS clean up
40+
- added French Localization
41+
3842
v2.2.18
3943
- Updated to v9 226
4044
- fixed relationship header spacing

Diff for: lang/fr.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ARMOR.NAME": "Armure",
2121
"ARMOR.PROTECTION": "Protection",
2222
"ARMOR.AGILITY": "Agilité",
23-
"ARMOR.AVAILABILITY": "Quantité",
23+
"ARMOR.AVAILABILITY": "Disponibilité",
2424

2525

2626
"ATTACK.ICON": "Icône",
@@ -87,7 +87,7 @@
8787
"GEAR.ICON": "Icône",
8888
"GEAR.NAME": "Equipement",
8989
"GEAR.BONUS": "Bonus",
90-
"GEAR.AVAILABILITY": "Quantité",
90+
"GEAR.AVAILABILITY": "Disponibilité",
9191
"GEAR.EFFECT": "Effet",
9292
"GEAR.DESCRIPTION": "Description",
9393
"GEAR.RISK": "Risque",
@@ -156,7 +156,7 @@
156156
"WEAPON.DAMAGE": "Dommage",
157157
"WEAPON.RANGE": "Portée",
158158

159-
"WEAPON.AVAILABILITY": "Quantité",
159+
"WEAPON.AVAILABILITY": "Disponibilité",
160160
"WEAPON.SKILL": "Compétence",
161161

162162
"UI.FAVORITE" : "Basculer en favori",

Diff for: system.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"name": "vaesen",
44
"title": "Vaesen",
55
"description": "Nordic horror role-playing",
6-
"version": "2.2.18",
6+
"version": "2.2.19",
77
"minimumCoreVersion": "0.8.6",
8-
"compatibleCoreVersion": "9.226",
8+
"compatibleCoreVersion": "9",
99
"templateVersion": 2,
1010
"author": "perfectro, Dr Ogres, fvtt-fria-ligan",
1111
"scripts": [],
@@ -59,6 +59,11 @@
5959
],
6060
"packs": [],
6161
"languages": [
62+
{
63+
"lang": "fr",
64+
"name": "Français",
65+
"path": "lang/fr.json"
66+
},
6267
{
6368
"lang": "en",
6469
"name": "English",

0 commit comments

Comments
 (0)