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