First time here? Check out the FAQ!
2

How do I enable the multilingual functionality?
 

I see the changelog for .48 mentions experimental support for multilingual sites. I can't find any documentation on how to enable this though. Any hints please?

We'd like to enable and test this on the askfedora staging instance.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
FranciscoD's avatar
71
FranciscoD
asked 11 years ago

Comments

see more comments

1 Answer

2

Just found it:

ASKBOT_MULTILINGUAL = True

in settings.py

We seem to have it disabled because it causes crashes though :/

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
FranciscoD's avatar
71
FranciscoD
answered 11 years ago
link

Comments

1

Works for me, it also requires ASKBOT_TRANSLATE_URL = False. Please try first with the runserver and debug mode enabled. Maybe you'll see some hints. Also - please not that search works only with supported languages as described in the release notes and Japanese needs special setup.

Evgeny's avatar Evgeny (11 years ago)
see more comments