Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #28502, comment 23


Ignore:
Timestamp:
03/31/2015 03:51:03 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28502, comment 23

    v1 v2  
    2929> `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.
    3030
    31 Initially I thought that might help, but actually it wouldn't. It means that in our translation we would have to include additional number in all the strings on that screen:
     31Initially 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:
    3232
    3333* `'Delete Theme'` => `'Delete %d Theme'`