Skip to content

Shortened Hebrew months are not parsed #331

Open
@kalugny

Description

@kalugny

When the date uses the full month name (i.e. "June"):

# works correctly
>>> parse('1 ביוני 2014')
datetime.datetime(2014, 6, 1, 0, 0)

But when using a shortened month name (i.e. "Aug."):

>>> parse('31 באוג׳ 2014') is None
True

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: Bug - LanguageSubtype of bug, related to language data

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions