This question has probably already been asked before:
After changing a site's language, where can I find the last bits that remain in english in order to translate them manually?
The ones like [Next page], [^ top], and so on...
language of page navigation not translated
Re: language of page navigation not translated
These are set according to the set language in Global Settings -> Default language for frontend.
Some labels remain English, as they are explicitly set in the template in the "Relational Links" are there , to show how parameters can be passed. So if you delete the label-parameter there, the language file will be used.
Ronny
Some labels remain English, as they are explicitly set in the template in the "Relational Links" are there , to show how parameters can be passed. So if you delete the label-parameter there, the language file will be used.
Ronny
-
albatroz
Re: language of page navigation not translated
So, in summary, what is the file that is needed to be changed?
-
albatroz
Re: language of page navigation not translated
I added to the file /plugins/function.cms_selflink.php
the following lines, however it didn't work
case 'es':
$Prev_label = "Pág. anterior: ";
$Next_label = "Pág. siguiente: ";
break;
the following lines, however it didn't work
case 'es':
$Prev_label = "Pág. anterior: ";
$Next_label = "Pág. siguiente: ";
break;
Re: language of page navigation not translated
You are using the "lang" parameter for the cms_selflink tag?
-
albatroz
Re: language of page navigation not translated
Where should I add that tag?Wiedmann wrote: You are using the "lang" parameter for the cms_selflink tag?
Re: language of page navigation not translated
Check your template and search for "Relational links". In that area, you can specify the label of the next/prev links, as some already have one set there as an example....RonnyK wrote: Some labels remain English, as they are explicitly set in the template in the "Relational Links" are there , to show how parameters can be passed. So if you delete the label-parameter there, the language file will be used.
Ronny


