diff --git a/fr.json b/fr.json index 2ef6bc3..6b7ad89 100644 --- a/fr.json +++ b/fr.json @@ -174,7 +174,7 @@ "SWADE.WoundsMax": "Blessures maximales", "SWADE.Fatigue": "Fatigue", "SWADE.FatigueMax": "Fatigue maximale", - "SWADE.Incap": "État critique!", + "SWADE.Incap": "État critique !", "SWADE.Init": "Initiative", "SWADE.InitDraw": "tire son Initiative !", "SWADE.JokersWild": "Un Joker, c'est fou !", diff --git a/module.json b/module.json index 2765de5..69a34bb 100644 --- a/module.json +++ b/module.json @@ -2,13 +2,13 @@ "name": "swade-fr", "title": "SWADE French translation", "description": "Adds French(FRANCE) to the SWADE system", - "version": "0.17.0", + "version": "0.17.1", "minimumCoreVersion" : "0.7.9", "compatibleCoreVersion" : "0.7.9", "author": "Kyane, Leratier Bretonnien, U~man", "scripts": [], - "styles": [], + "styles": ["swade-fr.css"], "packs": [], "languages": [ diff --git a/swade-fr.css b/swade-fr.css new file mode 100644 index 0000000..b785ad2 --- /dev/null +++ b/swade-fr.css @@ -0,0 +1,8 @@ +.swade.setting-config form .form-group > label { + flex: 4; +} + +.swade .check-container, +.swade-official .check-container { + font-size: 1.11em; +} \ No newline at end of file