Added some translations stuff.

Better migration check and now triggering.
Minors refactors.
This commit is contained in:
Vlyan
2025-02-16 17:52:15 +01:00
parent 4b6a60d7d6
commit f49919b588
44 changed files with 1412 additions and 1357 deletions

View File

@@ -8,9 +8,9 @@
<div class="source">
<p><strong>{{localize 'l5r5e.sheets.source_reference.reference'}}</strong> : {{data.system.source_reference.source}}</p>
</div>
{{#if data.system.source_reference.page_nr}}
<div class="page_nr">
<p>{{localize 'l5r5e.sheets.source_reference.page_abbriviation'}}{{data.system.source_reference.page_nr}}</p>
{{#if data.system.source_reference.page}}
<div class="page">
<p>{{localize 'l5r5e.sheets.source_reference.page_abbreviation'}}{{data.system.source_reference.page}}</p>
</div>
{{/if}}
</div>