Changeset 57513 for trunk/tests/phpunit/tests/l10n/wpTranslations.php
- Timestamp:
- 02/01/2024 11:43:21 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/l10n/wpTranslations.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/wpTranslations.php
r57344 r57513 72 72 new Translation_Entry( 73 73 array( 74 'is_plural' => true, 74 75 'singular' => 'one dragon', 75 'plural' => '%d dragons',76 76 'translations' => array( 77 77 'oney dragoney', … … 120 120 'is_plural' => true, 121 121 'singular' => 'one dragon', 122 'plural' => '%d dragons',123 122 'context' => 'dragonland', 124 123 'translations' => array(
Note: See TracChangeset
for help on using the changeset viewer.