Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

i18n not working


Go to End


3 Posts   1350 Views

Avatar
marcink

Community Member, 89 Posts

19 April 2009 at 11:31pm

hi

i'm using ss 2.3.1 and wanted to turn on i18n.

in my _config.php i added:
i18n::enable();

after /db/build?flush=1 i saw the translation tab in the cms, but after selected the language (german) and trying to create i got a server error.

the error was only shown in the cms. see attached image

thanks

Attached Files
Avatar
bummzack

Community Member, 904 Posts

21 April 2009 at 4:21am

Hi

i18n is broken in SilverStripe 2.3.0 and 2.3.1. It should be fixed in 2.3.2.

There are workarounds though:
http://silverstripe.org/general-questions/show/253576
or just use SilverStripe 2.2.x

Avatar
Kalileo

Community Member, 127 Posts

21 April 2009 at 5:11am

Broken, yes, but Translatable is broken, and not i18n. i18n seems to work fine in 2.3.1, at least for me, see my i18n posts about in the thread you're referring to for an alternative solution to the broken Translatable.