Translations for https://github.com/itchio/itch
Contribute at: https://weblate.itch.zone/projects/itchio/
Strings use ICU MessageFormat:
- Placeholders look like
{title}. Keep the name inside the braces exactly as it appears in the English string. - Plurals use ICU plural syntax:
{count, plural, one {# item} other {# items}}, with the plural categories for your language. - A literal apostrophe directly before
{or}must be doubled:''{title}'displays as'Title'.