wordpress.org
wordpress.org copied to clipboard
Fix singular/plural form for Persian language on WP Site
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';
The ticket is: https://meta.trac.wordpress.org/ticket/7583