Now what?
Now what?
I installed it, I think it all went ok, but I have no idea where to write the translation for each page. How exactly does this work? I already have the flags set up: http://host.felixdeportu.com/barranquit ... e&hl=en_US but I don't know what to do from here.
Re: Now what?
Have you follow case B of this?deportu wrote: I installed it, I think it all went ok, but I have no idea where to write the translation for each page. How exactly does this work? I already have the flags set up: http://host.felixdeportu.com/barranquit ... e&hl=en_US but I don't know what to do from here.
I don't see work well your site
Pages are in admin area (Content -> Pages)
Attention: es_PR (Spanish Puerto Rico) don't have translation of CORE and modules, use one es_* in admin/lang or ask for translation CMSMS in es_PR
Alby
Re: Now what?
Fine, I did everything as indicated. Even changed es_PR to es_ES.
http://ciudadbarranquitas.soulestudios.com/index.php
When I try to add the Spanish content, I can add content, but the Menu and Title disappear, every time I click Submit or Apply. Furthermore, clicking Spanish on the live site gives me a NOT FOUND error.
What did I do wrong?
BAH. Now I can't even add new content and even the english page went NOT FOUND!
http://ciudadbarranquitas.soulestudios.com/index.php
When I try to add the Spanish content, I can add content, but the Menu and Title disappear, every time I click Submit or Apply. Furthermore, clicking Spanish on the live site gives me a NOT FOUND error.
What did I do wrong?
BAH. Now I can't even add new content and even the english page went NOT FOUND!
Last edited by deportu on Fri Jan 18, 2008 6:33 pm, edited 1 time in total.
Re: Now what?
You have some error between config_lang (block part) and DBdeportu wrote: Fine, I did everything as indicated. Even changed es_PR to es_ES.
http://ciudadbarranquitas.soulestudios.com/index.php
When I try to add the Spanish content, I can add content, but the Menu and Title disappear, every time I click Submit or Apply. Furthermore, clicking Spanish on the live site gives me a NOT FOUND error.
What did I do wrong?
BAH. Now I can't even add new content and even the english page went NOT FOUND!
Match your install with Visual tutorial
Alby
Re: Now what?
Does this look ok? I want to make sure the error isn't here:
Code: Select all
define('DEFAULT_LANG', 'es_ES');
$force_mle_default = true;
$hls = array(
'en_US' => array(
'block'=>'en',
'flag'=>'<img src="images/lang/en_US.png" style="border:0" alt="English" />',
'text'=>'English',
'parent'=>'en',
),
'es_ES' => array(
'block'=>'es',
'flag'=>'<img src="images/lang/es_ES.png" style="border:0" alt="Español" />',
'text'=>'Español',
),
);
?>
Re: Now what?
Ok I did it one more time and it works great! Thanks!
One question: Does this not allow translation for News?
One question: Does this not allow translation for News?
Last edited by deportu on Fri Jan 18, 2008 9:23 pm, edited 1 time in total.
Re: Now what?
View #5 of Documentation, howto and tips, you can use News with lang categories onlydeportu wrote: Ok I did it one more time and it works great! Thanks!
One question: Does this not allow translation for News?
For avoid W3C validation use (UTF-8 encoding) replace:
Albydeportu wrote: 'flag'=>'',
'text'=>'Espa#00F1ol',
Re: Now what?
So {news category="Home-$lang"} will only show News for the language that's selected?
Re: Now what?
Yes, news of that category/lang. If you must create category for each lang, display news for language that user has selecteddeportu wrote: So {news category="Home-$lang"} will only show News for the language that's selected?
Alby
Re: Now what?
Thank you alby, your MLE module is really just what I needed and you have been very helpful.
I'll be doing that now.
