Finish refactoring 99% of the localization strings into objects
This commit is contained in:
parent
39dcbccf2f
commit
5553123f75
5 changed files with 59 additions and 47 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<form autocomplete="off" class="actor--circle-sync">
|
||||
<form autocomplete="off" class="actor--basic-sync">
|
||||
<label>
|
||||
{{localize "dotdungeon.actor.sync.circle.group"}}
|
||||
{{localize "dotdungeon.actor.sync.common.group"}}
|
||||
<input
|
||||
type="text"
|
||||
class="name-input"
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
>
|
||||
</label>
|
||||
<label>
|
||||
{{localize "dotdungeon.actor.sync.circle.sync"}}
|
||||
{{localize "dotdungeon.actor.sync.common.sync"}}
|
||||
<input
|
||||
type="number"
|
||||
class="sync-input"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue