Let next prev be translatable via language file

Stagger Lee
1818 Posts
Stagger Lee posted this 02 October 2016

WordPress Pagination arrows.

Let them be as strings in language files for easier translation. Not so big deal for your developers to make it, can be already in next update.

'prev_text'     => '←',
'next_text'     => '→',

As:

'prev_text'     => _e('←'),
'next_text' => _e('→'),

WordPress Pagination arrows. Let them be as strings in language files for easier translation. Not so big deal for your developers to make it, can be already in next update. 'prev_text' => '←', 'next_text' => '→', As: 'prev_text' => _e('←'), 'next_text' => _e('→'),
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 04 October 2016

Hello Stagger Lee,
thank you for your suggestion. I'll add it to our wish list

regards,
Aileen

Hello Stagger Lee, thank you for your suggestion. I'll add it to our wish list regards, Aileen
You must log in or register to leave comments