TinyLifeExampleMod/Content/ExampleMod/Localization/En.json
Runecroon f62307e5c1
Fix minor typo (#1)
- Change word On to lowercase
2021-09-19 15:03:27 +02:00

18 lines
446 B
JSON

{
"BuildMode": {
"ExampleMod.CustomTable": "Custom Table"
},
"Clothes": {
"ExampleMod.DarkShirt": "Dark Shirt",
"ExampleMod.PastelPants": "Pastel Pants",
"ExampleMod.PastelShoes": "Pastel Shoes",
"ExampleMod.WeirdHair": "Weird Hair"
},
"Emotions": {
"ExampleMod.GrassSitting": "Comfy Green Ground"
},
"Actions": {
"ExampleMod.SitOnGrass": "Sit on Grass"
}
}