mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-30 02:30:29 +00:00
* Revert "fix(test): adjust expectations" This reverts commit205436d5b1. * Revert "fix(escaping): global inoffensive apostrophe" This reverts commit2b8f94b244. * change <%- to <%= * fix interpolation only where necessary * remove unused variable
8 lines
234 B
JSON
8 lines
234 B
JSON
{
|
|
"noItemsAvailableForType": "You have no <%= type %>.",
|
|
"foodItemType": "Pet Food",
|
|
"eggsItemType": "Eggs",
|
|
"hatchingPotionsItemType": "Hatching Potions",
|
|
"specialItemType": "Special items",
|
|
"lockedItem": "Locked Item"
|
|
}
|