Changes between Version 1 and Version 2 of Ticket #28502, comment 23
- Timestamp:
- 03/31/2015 03:51:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28502, comment 23
v1 v2 29 29 > `sprintf( __( 'Yes, Delete this theme', 'Yes, Delete these themes', $themes_to_delete ), number_format_i18n( $themes_to_delete )`. This will allow translators to change the strings based on there plural rules. 30 30 31 Initially I thought that might help, but actually it wouldn't. It means that in our translation we would have to include a dditionalnumber in all the strings on that screen:31 Initially I thought that might help, but actually it wouldn't. It means that in our translation we would have to include a number in all the strings on that screen: 32 32 33 33 * `'Delete Theme'` => `'Delete %d Theme'`