Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Created May 16, 2019 22:51
Show Gist options
  • Select an option

  • Save digisavvy/83a221cb39b9f6f0eaacdd7845fd3ea3 to your computer and use it in GitHub Desktop.

Select an option

Save digisavvy/83a221cb39b9f6f0eaacdd7845fd3ea3 to your computer and use it in GitHub Desktop.
<?php printf( _nx( 'Created 1 Project', 'Created %d Projects', $count, '1: Number of Projects Single 2: Number of Projects Plural', 'fivehundred' ), $count );
<?php printf( _nx( 'Created 1 Project', 'Created %d Projects', $count, 'project count', 'fivehundred' ), $count ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment