Files
habitica/website/common/locales/ru/inventory.json
T
Matteo Pagliazzi 9a07ba7417 Better XSS Fix (#12483)
* Revert "fix(test): adjust expectations"

This reverts commit 205436d5b1.

* Revert "fix(escaping): global inoffensive apostrophe"

This reverts commit 2b8f94b244.

* change <%- to <%=

* fix interpolation only where necessary

* remove unused variable
2020-08-20 13:41:46 -05:00

9 lines
318 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"noItemsAvailableForType": "У вас нет <%= type %>.",
"foodItemType": "Корм",
"eggsItemType": "Яйца",
"hatchingPotionsItemType": "Инкубационные эликсиры",
"specialItemType": "Особые предметы",
"lockedItem": "Закрытый предмет"
}