Skip to content

Missing translation for locale bo_IN #53

@comes

Description

@comes

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions