Hi Edwin!
Thanks 🙂
The string for next and previous are translatable, but I haven’t added a new .pot file to the beta yet (because I don’t want people to waste time translating the plugin while the texts are still changing here and there). I’ll do that shortly, so translations can be added easily. Using a program like PoEdit you can do it already, but it requires some know-how of localization in WordPress.
Alternatively, you can override the pagination function in your theme. If the function wp_tiles_prev_next_nav() exists, WP Tiles will use that one. You can copy over the whole function wp_tiles_prev_next_nav() from wp-tiles-pluggables.php into your (child) theme’s functions.php and replace ← Previous and Next → with your translation.
Cheers,
Mike
Thanks!
Can you use the already existing strings in the WordPres paging system?
Hi Edwin,
You can by using the following strings for the pagination function as described above:
__('« Previous') and __('Next »')
These should be covered by most WP translations.
Cheers,
Mike
Thanks, I’ll do that.
Will this be in the next version too?
Cheers