Page 1 of 1

--Add Me - module:News string:news--

Posted: Thu Nov 22, 2007 4:48 pm
by ricardosalta
Hi all,

I appreciate help with this.

I am nearly finished translating the news module to Portuguese (pt_PT) and have removed the en_EN from the lang folder of the news module (after reading that it may improve performance to remove unused stuff).

I believe this has made it so that in the backoffice I have stuff showing up like --Add Me - module:News string:news--.

Where do I make it so that in the backend it's the pt_PT that's fetched?

Thanks!

Re: --Add Me - module:News string:news--

Posted: Thu Nov 22, 2007 5:19 pm
by kermit
lang/en_US.php files are the source of default strings when translations for them do not exist in the language file of the currently selected language (in your case, pt_PT.php).. so you probably don't want to remove en_US from any language directories.. but rather all the OTHER languages (in lang/ext/ directories) you dont use.

you say you're "nearly finished" with the pt_PT translation.. the --Add Me-- you see when en_US.php is not present are the strings you have yet to translate (not present in pt_PT.php)?

Re: --Add Me - module:News string:news--

Posted: Thu Nov 22, 2007 5:34 pm
by calguy1000
The admin language setting is a 'per user' setting....  in the user settings page.