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
In languages other than english, str_plural sometimes don't work fine.
With this improvement, just add those custom plurals in config/codegenerator like this:
'plurals'=>[
'lugar'=>'lugares',
]
0 commit comments