Kdyby / Translation

Integration of Symfony/Translation into Nette Framework
https://packagist.org/packages/kdyby/translation
Other
89 stars 84 forks source link

intl-icu is not working in production mode #168

Open Salamek opened 5 years ago

Salamek commented 5 years ago

messages+intl-icu.en.neon:

event:
    week: '''
        {week, selectordinal,
            one   {#st}
            two   {#nd}
            few   {#rd}
            other {#th}
        } week
    '''

default.latte:

{_"messages.event.week", ['week' => $weekInMonth]}

Debug mode (how it should look): Screenshot_2019-08-21_16-21-07

Production mode: Screenshot_2019-08-21_16-20-45

WTH ? PS: Yes i cleared all caches, version v2.6.0