mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
add localization
This commit is contained in:
parent
06f6771d70
commit
7611f04d08
3 changed files with 17 additions and 16 deletions
|
|
@ -2661,7 +2661,8 @@
|
|||
"noPlayerAccess": "This countdown isn't visible to any players",
|
||||
"loop": "Looping",
|
||||
"decreasingLoop": "Decreasing Looping",
|
||||
"increasingLoop": "Increasing Looping"
|
||||
"increasingLoop": "Increasing Looping",
|
||||
"longTermIndicator": "Long Term Countdowns"
|
||||
},
|
||||
"EffectsDisplay": {
|
||||
"removeThing": "[Right Click] Remove {thing}",
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@
|
|||
justify-content: center;
|
||||
gap: 8px;
|
||||
padding: 8px;
|
||||
margin-top: 8px;
|
||||
margin-top: 4px;
|
||||
border-top: 1px solid light-dark(@dark-blue-40, @beige-40);
|
||||
font-size: var(--font-size-12);
|
||||
color: light-dark(@dark-80, @beige-80);
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
{{#if hasHiddenLongTerm}}
|
||||
<div class="longterm-indicator">
|
||||
<i class="fa-solid fa-chevron-down"></i>
|
||||
<span>Long Term Countdowns</span>
|
||||
<span>{{localize "DAGGERHEART.UI.Countdowns.longTermIndicator"}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue