mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 10:29:54 +02:00
Fixed localization
This commit is contained in:
parent
114123ac50
commit
3effc2a0b2
5 changed files with 11 additions and 10 deletions
|
|
@ -962,11 +962,13 @@ export const countdownAppMode = {
|
|||
export const countdownType = {
|
||||
shortterm: {
|
||||
id: 'shortterm',
|
||||
label: 'Short'
|
||||
label: 'DAGGERHEART.CONFIG.CountdownBaseType.shortterm.label',
|
||||
shortLabel: 'DAGGERHEART.CONFIG.CountdownBaseType.shortterm.shortLabel'
|
||||
},
|
||||
longterm: {
|
||||
id: 'longterm',
|
||||
label: 'Long'
|
||||
label: 'DAGGERHEART.CONFIG.CountdownBaseType.longterm.label',
|
||||
shortLabel: 'DAGGERHEART.CONFIG.CountdownBaseType.longterm.shortLabel'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue