Title: Plural issue.
Last modified: September 1, 2016

---

# Plural issue.

 *  Resolved [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/plural-issue/)
 * Hi,
 * I am trying to translate plural parts of my WooCommerce theme, like the example
   line below, to Turkish.
 * printf( _n( ‘Showing the single result’, ‘Showing all %d results’, $total, ‘woocommerce’),
   $total );
 * even though I write in my plural translations, I keep seeing the single translation.
 * If I download and open the woocommerce stable .po file in PoEdit, it says** ‘
   Plural forms expression used by the catalog is unusual for Turkish.’**
 * Downloaded file has : “Plural-Forms: nplurals=2; plural=(n > 1);\n”
 * PoEdit Corrects it to : “Plural-Forms: nplurals=2; plural=(n != 1);\n”
 * If I upload this corrected file and try to keep editing with Loco, on my first
   save it gets broken again.
 * Loco converts that line to “Plural-Forms: nplurals=1; plural=0\n”
 * I don’t know if this is the issue I am having but couldn’t figure it out why 
   this is happening.
 * Also, sometimes, I don’t see plural translation input in the admin. It just doesn’t
   show up. I guess this has something to do with the po files plural translation
   lines are empty. If it’s empty I don’t see any tab.
 * So in the end, I can’t use Loco :/
 * Help, anybody?
 * [https://wordpress.org/plugins/loco-translate/](https://wordpress.org/plugins/loco-translate/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * (@timwhitlock)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/plural-issue/#post-7661059)
 * It looks like v1.5.6 has the wrong plural forms for Turkish. This is fixed in
   v2.0
 * [https://localise.biz/help/wordpress/translate-plugin/developers](https://localise.biz/help/wordpress/translate-plugin/developers)

Viewing 1 replies (of 1 total)

The topic ‘Plural issue.’ is closed to new replies.

 * ![](https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676)
 * [Loco Translate](https://wordpress.org/plugins/loco-translate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loco-translate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loco-translate/)
 * [Active Topics](https://wordpress.org/support/plugin/loco-translate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loco-translate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loco-translate/reviews/)

## Tags

 * [loco](https://wordpress.org/support/topic-tag/loco/)
 * [plural](https://wordpress.org/support/topic-tag/plural/)
 * [single](https://wordpress.org/support/topic-tag/single/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/plural-issue/#post-7661059)
 * Status: resolved