-
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
How to reproduce?
I do have a basic laravel application. I am setting the locale to bo_IN
and try to get the now()->diffForHumans()
which is 0 seconds
in the locale en
. But the locale bo_IN
has a missing translation for zero seconds, it starts with one second.
app()->setLocale('bo_IN');
echo now()->diffForHumans(); // THIS WILL FAIL!
echo now()->subSeconds(1)->diffForHumans(); // THIS WILL NOT FAIL
Since I'm not a native speaker for bo_IN
, I cannot provide the correct translation, but I believe someone can.
Metadata
Metadata
Assignees
Labels
No labels