mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Add keys, update usage for translations (#1156)
Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
e258d9c5f6
commit
fd92540792
6 changed files with 29 additions and 19 deletions
|
|
@ -90,22 +90,22 @@ export const rangeInclusion = {
|
|||
export const otherTargetTypes = {
|
||||
friendly: {
|
||||
id: 'friendly',
|
||||
label: 'Friendly'
|
||||
label: 'DAGGERHEART.CONFIG.TargetTypes.friendly'
|
||||
},
|
||||
hostile: {
|
||||
id: 'hostile',
|
||||
label: 'Hostile'
|
||||
label: 'DAGGERHEART.CONFIG.TargetTypes.hostile'
|
||||
},
|
||||
any: {
|
||||
id: 'any',
|
||||
label: 'Any'
|
||||
label: 'DAGGERHEART.CONFIG.TargetTypes.any'
|
||||
}
|
||||
};
|
||||
|
||||
export const targetTypes = {
|
||||
self: {
|
||||
id: 'self',
|
||||
label: 'Self'
|
||||
label: 'DAGGERHEART.CONFIG.TargetTypes.self'
|
||||
},
|
||||
...otherTargetTypes
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue