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 singular/plural form for Persian language on WP Site #247

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

farhadsakhaei
Copy link

@farhadsakhaei farhadsakhaei commented Apr 13, 2024

Hi,
Currently the form of singular and plural for Persian language on translate.wordpress.org site is not correct, Previously we fixed this on GlotPress but it seems WP site missed this fix https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/locales/locales.php?rev=12939#L1027 GlotPress/GlotPress#1012
Correct form for Persian languages:
$fa->nplurals = 2;
$fa->plural_expression = 'n > 1';

$fa_af->nplurals = 2;
$fa_af->plural_expression = 'n > 1';

The ticket is:
https://meta.trac.wordpress.org/ticket/7583

Hi,
Currently the form of singular and plural for Persian language on translate.wordpress.org site is not correct,
Previously we fixed this on GlotPress but it seems WP site missed this fix
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/locales/locales.php?rev=12939#L1027
GlotPress/GlotPress#1012
Correct form for Persian languages:
$fa->nplurals = 2;
$fa->plural_expression = 'n > 1';

$fa_af->nplurals = 2;
$fa_af->plural_expression = 'n > 1';
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.

None yet

1 participant