silverstripe-framework/tests/php/i18n/i18nTest/_fakewebroot/i18ntestmodule/lang/pl.yml
Damian Mooyman de02a3f733
Restored context parameter to i18n, and added to a “comment” key
Rolled pluralisation functionality into the i18n::_t() method
Warnings on missing default can now be turned off
2017-01-25 18:12:40 +13:00

8 lines
146 B
YAML

pl:
Month:
PLURALS:
one: '1 miesiąc'
few: '{count} miesiące'
many: '{count} miesięcy'
other: '{count} miesiąca'