mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +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
246 B
JSON
Executable file
8 lines
246 B
JSON
Executable file
{
|
|
"noItemsAvailableForType": "Non est tibi <%= type %>.",
|
|
"foodItemType": "Cibus",
|
|
"eggsItemType": "Ova",
|
|
"hatchingPotionsItemType": "Potiones Incubantes",
|
|
"specialItemType": "Res Propriae",
|
|
"lockedItem": "Res Obserata"
|
|
}
|