Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Intl::tp() doesn't translate plural forms correctly if the singular key is not supplied. #9

@Ravenlord

Description

@Ravenlord

While Intl::tp() seems to work fine when supplied with a singular key like this:

$this->intl->tp("Movies", "Movie");

It fails to translate correctly when the singular key is omitted:

$this->intl->tp("Movies");

In this case it always returns "Serie" as translation (at least at the moment).

Update: When called with the argument Series it also returns the singular form "Serie" as translation.

Please have a look into this, since this is a really weird behavior.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions