TinyLifeExampleMod/Content/ExampleMod/Localization/en.json

23 lines
635 B
JSON
Raw Normal View History

{
"BuildMode": {
2022-04-19 20:38:25 +02:00
"ExampleMod.CustomTable": "Custom Table",
"ExampleMod.CrossedWallpaper": "Crossed Wallpaper",
"ExampleMod.CustomTile": "Custom Tile"
},
"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"
2022-09-13 14:12:56 +02:00
},
"Ui": {
"ExampleMod.DarkShirtSpeedOption": "Dark Shirt Speed"
}
}