Fix translation errors

This commit is contained in:
sladecraven 2021-04-21 11:25:14 +02:00
parent 41aabed0ce
commit cfabb90633
5 changed files with 19 additions and 4 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"cmake.configureOnOpen": false
}

View File

@ -52,7 +52,7 @@ Hooks.once('init', () => {
condkey = game.wfrp4e.utility.findKey(cond.toLowerCase(), game.wfrp4e.config.conditions, {caseInsensitive: true}); condkey = game.wfrp4e.utility.findKey(cond.toLowerCase(), game.wfrp4e.config.conditions, {caseInsensitive: true});
} }
catch { catch {
ui.notifications.error("L'état eéta inconnu : " + cond); ui.notifications.error("L'état est inconnu : " + cond);
} }
} }
let condName = game.wfrp4e.config.conditions[condkey]; let condName = game.wfrp4e.config.conditions[condkey];

View File

@ -561,7 +561,7 @@
] ]
}, },
{ {
"id": "Duelist", "id": "Duellist",
"name": "Duelliste", "name": "Duelliste",
"description": "", "description": "",
"trappings": [ "trappings": [
@ -1985,7 +1985,7 @@
}, },
{ {
"id": "Student Engineer", "id": "Student Engineer",
"name": "Etudiant", "name": "Ingénieur étudiant",
"description": "", "description": "",
"trappings": [ "trappings": [
"Livre (Ingénieur)", "Livre (Ingénieur)",

View File

@ -3,7 +3,7 @@
"name": "WH4-fr-translation", "name": "WH4-fr-translation",
"title": "Traduction du module WH4 en Français.", "title": "Traduction du module WH4 en Français.",
"description": "La traduction du module WH4.", "description": "La traduction du module WH4.",
"version": "1.5.2", "version": "1.5.3",
"minimumCoreVersion" : "0.7.1", "minimumCoreVersion" : "0.7.1",
"compatibleCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.9",
"author": "LeRatierBretonnien", "author": "LeRatierBretonnien",

File diff suppressed because one or more lines are too long