Translatable strings for crops (#257)

This commit is contained in:
Minh Nguyễn 2022-10-14 05:12:01 -07:00 committed by GitHub
parent 51d64f2d54
commit 130e5dd756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 84 additions and 1 deletions

View file

@ -1,5 +1,35 @@
{
"key": "crop",
"type": "semiCombo",
"label": "Crops"
"label": "Crops",
"strings": {
"options": {
"asparagus": "Asparagus",
"barley": "Barley",
"beet": "Beets",
"cassava": "Cassava",
"coffee": "Coffee",
"cotton": "Cotton",
"cranberries": "Cranberries",
"fast_growing_wood": "Short-Rotation Coppice",
"flowers": "Flowers",
"grape": "Grapes",
"grass": "Grass",
"hop": "Hops",
"lavender": "Lavender",
"maize": "Corn",
"potato": "Potatoes",
"rape": "Rapeseed",
"rice": "Rice",
"strawberry": "Strawberries",
"sugar_beet": "Sugar Beets",
"sugarcane": "Sugarcane",
"sunflower": "Sunflowers",
"soy": "Soybeans",
"tea": "Tea",
"tobacco": "Tobacco",
"vegetable": "Vegetables",
"wheat": "Wheat"
}
}
}