17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1993 Views |
-
Change Blog default languague

8 March 2008 at 12:06pm
Im making a new site with default lenguague Spanish.
i add on _config.php (mysite):
i18n::enable();
i18n::set_default_lang('es');
i18n::set_locale('es_ES');and the same on _config.php (blog)
Admin loguin are in spanish but the entire blog page are in english.
How i change the blog languague?
Thanks in advance.
-
Re: Change Blog default languague

8 March 2008 at 4:16pm
If you're talking about the content of the page, you need to change it yourself from within the CMS.
-
Re: Change Blog default languague

9 March 2008 at 7:02am
No, im talking about the link of the module blog, for example "comments" ,"Posted by on 1 March 2008 ","Post a new blog entry", etc.
-
Re: Change Blog default languague

9 March 2008 at 7:47am
That will require you to do an SVN checkout of the blog modules.
Then in the blog/lang folder, copy en_US.php ro es_ES.php, and edit es_ES.php, translating it to Spanish.
If you can't do a SVN checkout, you'll need to wait for 0.1.1 of the blog to be released.
| 1993 Views | ||
|
Page:
1
|
Go to Top |

