You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! Unfortunately, this translation string is invalid. But sure, it works with Laravel!
Please note, based on the documentation, your translation should look like this:
{0} 0 Meetings|{1} 1 Meeting|[2,*] :cnt Meetings
But I will fix this in the JS as well! So it should not cause any problem! Thanks!
Hi,
I have this string:
{1} 1 Meeting|[0,2,*] :cnt Meetings
This doesn't work with this library for the option
0, 2, *
(1
works) but perfect with laravel.My workaround is to use this:
{1} 1 Meeting|:cnt Meetings
But I think it would be great if the library does the same as laravel itself.
Otherwise big thanks for this great package. :)
Best regards,
Alexander
The text was updated successfully, but these errors were encountered: