Changeset 36390
- Timestamp:
- 01/24/2016 03:28:40 PM (9 years ago)
- Location:
- trunk/tools/i18n
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/i18n/add-textdomain.php
r32990 r36390 21 21 $makepot = new MakePOT; 22 22 $this->funcs = array_keys( $makepot->rules ); 23 $this->funcs[] = 'translate_nooped_plural'; 23 24 } 24 25 -
trunk/tools/i18n/t/data/add-textdomain-0-result.php
r36389 r36390 15 15 esc_attr_x( 'Attribute', 'Testing' , 'test-domain'); 16 16 esc_html_x( 'HTML', 'Testing' , 'test-domain'); 17 translate_nooped_plural( 'Plural Noop', 2 , 'test-domain'); 17 18 } -
trunk/tools/i18n/t/data/add-textdomain-0.php
r36389 r36390 15 15 esc_attr_x( 'Attribute', 'Testing' ); 16 16 esc_html_x( 'HTML', 'Testing' ); 17 translate_nooped_plural( 'Plural Noop', 2 ); 17 18 }
Note: See TracChangeset
for help on using the changeset viewer.