Created
May 16, 2019 22:51
-
-
Save digisavvy/83a221cb39b9f6f0eaacdd7845fd3ea3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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