Skip to content

Instantly share code, notes, and snippets.

@ashour
Created February 11, 2019 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashour/27d5673004974c25dc851ae86be6ab49 to your computer and use it in GitHub Desktop.
Save ashour/27d5673004974c25dc851ae86be6ab49 to your computer and use it in GitHub Desktop.
Code snippet for PhraseApp blog article
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100 >= 3 "
"&& n%100<=10 ? 3 : n%100 >= 11 && n%100<=99 ? 4 : 5;\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment