[wp-meta] [Making WordPress.org] #7583: Fix singular/plural form for Persian language on WP Site
Making WordPress.org
noreply at wordpress.org
Sat Apr 13 09:58:41 UTC 2024
#7583: Fix singular/plural form for Persian language on WP Site
--------------------------------+----------------------------------------
Reporter: farhad0 | Owner: (none)
Type: defect (bug) | Status: new
Priority: high | Milestone:
Component: WordPress.org Site | Keywords: has-patch has-testing-info
--------------------------------+----------------------------------------
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
https://github.com/GlotPress/GlotPress/pull/1012
Correct form for Persian languages:
{{{
$fa->nplurals = 2;
$fa->plural_expression = 'n > 1';
$fa_af->nplurals = 2;
$fa_af->plural_expression = 'n > 1';
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7583>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list