Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Localize Support for NPC Change Shape #13967

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,70 @@
"Sly": "Sly"
}
},
"ChangeShape": {
"Form": {
"Animal": "Animal",
"AnimalMedium": "Medium Animal",
"AnimalSmall": "Small Animal",
"AnimalTiny": "Tiny Animal",
"Azuretzi": "Azuretzi",
"Bat": "Bat",
"BatGiant": "Giant Bat",
"Barghest": "Barghest",
"Cacodaemon": "Cacodaemon",
"Cassisian": "Cassisian",
"Dog": "Dog",
"Dove": "Dove",
"Dragon": "Dragon",
"DryadQueen": "Dryad Queen",
"Elemental": "Elemental",
"ElementalMedium": "Medium Elemental",
"ElementalSmall": "Small Elemental",
"Faydhaan": "Faydhaan",
"Fish": "Fish",
"Gancanagh": "Gancanagh",
"Gimmerling": "Gimmerling",
"Gosreg": "Gosreg",
"Gourd": "Gourd",
"Gylou": "Gylou",
"Hag": "Hag",
"Humanoid": "Humanoid",
"HumanoidLarge": "Large Humanoid",
"HumanoidMedium": "Medium Humanoid",
"HumanoidSmall": "Small Humanoid",
"Hybrid": "Hybrid",
"Ifrit": "Ifrit",
"Imp": "Imp",
"Jann": "Jann",
"Jaathoom": "Jaathoom",
"Keketar": "Keketar",
"LamiaMatriarch": "Lamia Matriarch",
"Leshy": "Leshy",
"Lizard": "Lizard",
"Morrigna": "Morrigna",
"Mushroom": "Mushroom",
"NaiadQueen": "Naiad Queen",
"ObjectTiny": "Tiny Inanimate Object",
"Octopus": "Octopus",
"Oni": "Oni",
"PorcupineGiant": "Giant Porcupine",
"Pukwudgie": "Pukwudgie",
"Raktavarna": "Raktavarna",
"RajaKrodha": "Raja-Krodha",
"Rat": "Rat",
"Scorpion": "Scorpion",
"Succubus": "Succubus",
"Tree": "Tree",
"Vampire": "Vampire",
"Voidworm": "Voidworm",
"Vidileth": "Vidileth",
"Vilderavn": "Vilderavn",
"WingedHumanoid": "Winged Humanoid",
"Wolf": "Wolf",
"WolfDire": "Dire Wolf"
},
"Label": "Current Form"
},
"Charge": {
"AtLeastTen": "Moved at Least 10 feet"
},
Expand Down
Loading