Enhance localization stuff

This commit is contained in:
2022-05-11 19:29:32 +02:00
parent a31fe251e0
commit 44ce88dd17
17 changed files with 170 additions and 93 deletions

View File

@ -5,10 +5,9 @@
<div class="flexrow">
{{#if state}}
{{name}} active son option de combat {{foName}} pour ce round !
{{localize "BOL.chat.fightactive" name=name foName=foName}}
{{else}}
{{name}} désactive son option de combat {{foName}} pour ce round !
{{localize "BOL.chat.fightunactive" name=name foName=foName}}
{{/if}}
</div>