Page 1 of 1

[SOLVED]Translate Page X of X

Posted: Fri Aug 24, 2007 11:42 pm
by DaC
Hello,

I would like to translate the "Page x Of X" on a news module. It seems its only in English and it doesn't change when the frontend language is changed.

I haven't been able to find any setting that will allow me to do that, I wonder if its possible to either add a tag of edit a .php file to translate it.

Thanks

David

Re: Translate Page X of X

Posted: Sat Aug 25, 2007 12:54 am
by calguy1000
Depending on which language you want, it probably means that this stuff hasn't been translated yet.

However, these are just tags {$pagetext} and {$oftext} in the summary template, you can easily just take out these variables and substitute it with whatever text you want.

If you're having continual problems with translation, maybe joining the translation team would help.

Re: Translate Page X of X

Posted: Sat Aug 25, 2007 2:02 am
by DaC
Thanks alot!