We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we insist on nplurals=1 for Indonesian, but @triyanwn noted in Gnucash/gnucash#787 (comment) that some sentences may require nplurals=2.
nplurals=1
nplurals=2
The text was updated successfully, but these errors were encountered:
Looking at id.po files that have at least one plural message translated in Debian bullseye, indeed a significant portion of them uses nplurals=2:
id.po
nplurals=1; plural=0;
nplurals=2; plural=n != 1;
nplurals=2; plural=n > 1;
Sorry, something went wrong.
No branches or pull requests
Currently we insist on
nplurals=1
for Indonesian, but @triyanwn noted in Gnucash/gnucash#787 (comment) that some sentences may requirenplurals=2
.The text was updated successfully, but these errors were encountered: