add localization

This commit is contained in:
Psitacus 2026-01-07 22:31:25 -07:00
parent 06f6771d70
commit 7611f04d08
3 changed files with 17 additions and 16 deletions

View file

@ -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}",

View file

@ -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);

View file

@ -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>