Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plural form with singular for 1 only #22

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

cbosdo
Copy link
Contributor

@cbosdo cbosdo commented Apr 9, 2024

The form nplurals=2; plural=(n != 1); was implemented like the nplurals=2; plural=(n <= 1); one. Fix according to the gettext doc:

https://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/Plural-forms.html

The form `nplurals=2; plural=(n != 1);` was implemented like the
`nplurals=2; plural=(n <= 1);` one. Fix according to the gettext doc:

https://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/Plural-forms.html
@chai2010 chai2010 merged commit 4b0a7e6 into chai2010:master Apr 10, 2024
@chai2010
Copy link
Owner

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants