Add UK/US translation

This commit is contained in:
2024-09-10 07:20:55 +02:00
parent 580a2ccaba
commit 03b8779862
131 changed files with 964 additions and 547 deletions

View File

@ -11,7 +11,7 @@
<div class="flexcol">
<span class="flexrow">
<label class="generic-label">Allégeance : </label>
<label class="generic-label">{{localize "MNBL.allegiance"}} : </label>
<select class="status-small-label color-class-common" type="text" name="system.allegeance" value="{{data.allegeance}}" data-dtype="string" >
{{selectOptions config.allegeanceOptions selected=data.allegeance}}
</select>