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});
}
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];

View File

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

View File

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

File diff suppressed because one or more lines are too long