mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 23:25:51 +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
230 B
JSON
Executable file
8 lines
230 B
JSON
Executable file
{
|
|
"noItemsAvailableForType": "You have no <%= type %>.",
|
|
"foodItemType": "Food",
|
|
"eggsItemType": "Eggs",
|
|
"hatchingPotionsItemType": "Hatching Potions",
|
|
"specialItemType": "Special items",
|
|
"lockedItem": "Locked Item"
|
|
}
|