Additions #107

Merged
uberwald merged 8 commits from pallando/foundryvtt-wh4-lang-fr-fr:additions into v10 2024-11-10 22:02:07 +01:00
Showing only changes of commit 46b47a5b24 - Show all commits

View File

@ -662,6 +662,10 @@ Hooks.once('init', () => {
// Auto-translate duration
"spells_duration_range_target_damage": (value) => {
return WFRP4FrTranslation.processSpellContent(value);
},
// Auto-translate disease duration units
"disease_duration_unit": (unit) => {
return game.i18n.localize(unit).capitalize();
}
});
}