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.

Archive /

Our old forums are still available as a read-only archive.

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

Can´t add a translation


Go to End


1239 Views

Avatar
aceman3000

Community Member, 3 Posts

11 September 2008 at 9:15pm

Hi there,

i tried to make a multilingual website but didn´t get far.
I added

i18n::enable();
i18n::set_locale('de_DE');
in my _config.php:
and then rebuilt the database-schema by calling http://<mysite>/db/build.

Tables were generated and in my administration backend the tab "Translation" appears for a normal page (I only have default pages).
But when i choose "Create new translation" and select a language and then click "Create" nothing happens. It seems that the form can´t be submitted.
No Javascript error occurs.

Please help because i need my site in 5 languages.