Skip to content

Commit

Permalink
Restore localization of kinetic aura size labels (#14089)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam committed Mar 8, 2024
1 parent 797a584 commit 29bbf07
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
12 changes: 6 additions & 6 deletions packs/feat-effects/effect-kinetic-aura.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
"adjustName": false,
"choices": [
{
"label": "PF2E.AreaSize5",
"label": "PF2E.Foot.Preformatted.5",
"predicate": [
"feat:aura-shaping"
],
"value": 5
},
{
"label": "PF2E.AreaSize10",
"label": "PF2E.Foot.Preformatted.10",
"value": 10
},
{
"label": "PF2E.AreaSize15",
"label": "PF2E.Foot.Preformatted.15",
"predicate": [
"feat:aura-shaping"
],
"value": 15
},
{
"label": "PF2E.AreaSize20",
"label": "PF2E.Foot.Preformatted.20",
"predicate": [
"feat:aura-shaping"
],
"value": 20
},
{
"label": "PF2E.AreaSize25",
"label": "PF2E.Foot.Preformatted.25",
"predicate": [
"feat:aura-shaping",
{
Expand All @@ -63,7 +63,7 @@
"value": 25
},
{
"label": "PF2E.AreaSize30",
"label": "PF2E.Foot.Preformatted.30",
"predicate": [
"feat:aura-shaping",
{
Expand Down
10 changes: 9 additions & 1 deletion static/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,15 @@
},
"Foot": {
"Label": "foot",
"Plural": "feet"
"Plural": "feet",
"Preformatted": {
"5": "5 feet",
"10": "10 feet",
"15": "15 feet",
"20": "20 feet",
"25": "25 feet",
"30": "30 feet"
}
},
"FormulaKnownTitle": "Known Formulas",
"FormulaListEmpty": "Empty (drag formula/item here)",
Expand Down
6 changes: 3 additions & 3 deletions static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
},
"PrimalHead": "Energy Type of Dragon Breath"
},
"ClayEffigy":{
"ClayEffigy": {
"SacredArt": {
"NoSanctification": "Not Sanctified"
}
Expand Down Expand Up @@ -769,8 +769,8 @@
"AC": "Designated Prey attacks the Duskwalker",
"Checks": "Duskwalker rolls checks against his Designated Prey"
},
"Elemental":{
"Earth":{
"Elemental": {
"Earth": {
"SpikeStones": "Suppress Spike Stones Aura"
}
},
Expand Down

0 comments on commit 29bbf07

Please sign in to comment.