3 small translation corrections
-
Every time a new version comes out, i make the following three corrections by hand. So i thought i’d post them here, so maybe you can make these permanent.
(1) File: event-organiser-venues.php
line 255: <a href="edit.php?post_type=event&page=venues&action=create" class="add-new-h2"><?php _ex( 'Add New', 'post' ); ?></a> replace with: <a href="edit.php?post_type=event&page=venues&action=create" class="add-new-h2"><?php _e( 'Add New Venue', 'eventorganiser' ); ?></a>
(2) File: event-organiser-venues.php
Line 294: <a href="edit.php?post_type=event&page=venues&action=create" class="add-new-h2"><?php _ex( 'Add New', 'post' ); ?></a> replace with: <a href="edit.php?post_type=event&page=venues&action=create" class="add-new-h2"><?php _e( 'Add New Venue', 'eventorganiser' ); ?></a>
(3) File: includes\event-organiser-cpt.php
line 219: 'add_new' => _x('Add New','post'), replace with: 'add_new' => __('New Event','eventorganiser'),
I’ve also completed the missing translations in the dutch translations files. How can I send these to you?
PS. Thanks for a great plugin!!!
Aspegic
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘3 small translation corrections’ is closed to new replies.