how can you translate the text for the custom pagers links "previous" and "next"?

Comments

marcushenningsen’s picture

Go to http://localize.drupal.org/translate, pick your language (you may have to join the language group), go to the export tab, choose the project (Custom pagers) and version, and download. Unzip the file and put it into the module's folder.

Alternatively, install the potx module, extract the .po file, and put it into the translation folder in the module's folder.

Now, it may not already be translated, and in this case you'll have to edit the .po file yourself. There are other articles discussing how to do this on drupal.org.

Alternatively, you should be able to find and translate the two strings through the translation interface in Drupal.

I hope this helps.

konrad1811’s picture

Actualy in 6.x. beta I can find previous/next translated however the translated version is not displayed :/

Other D6 modules are translated correctly... do maybe there is some hardcode to change?