Fix translation errors
This commit is contained in:
parent
41aabed0ce
commit
cfabb90633
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"cmake.configureOnOpen": false
|
||||||
|
}
|
@ -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];
|
||||||
|
@ -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)",
|
||||||
|
@ -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
Loading…
Reference in New Issue
Block a user