mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +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
258 B
JSON
8 lines
258 B
JSON
{
|
|
"noItemsAvailableForType": "Nie posiadasz <%= type %>.",
|
|
"foodItemType": "Pożywienie",
|
|
"eggsItemType": "Jaja",
|
|
"hatchingPotionsItemType": "Eliksiry wyklucia",
|
|
"specialItemType": "Specjalne przedmioty",
|
|
"lockedItem": "Zablokowane przedmioty"
|
|
}
|