8098 Posts in 2087 Topics by 1161 members
Jump to:If this is your first visit, you will need to register before you can post. However, you can browse all messages below.
| Page: 1 | go to end | Reply | |
| Author | Topic: Change Blog default languague | 608 views |

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.

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.

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.

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.
| 608 views | |||
| go to top | Reply |