1

I have set up an Djando CMS site, using english language, I would like to transfer all the input for english to spanish.

I have both english and spanish installed on my application, but the spanish is now mostly empty, while the english is filled up with content.

How can I populate the spanish language module, with the input already filled out in the english module?

M.javid
  • 6,387
  • 3
  • 41
  • 56
Troyer
  • 93
  • 1
  • 12

1 Answers1

1

Django CMS has a copy_lang command to copy from a language to another

./manage.py cms copy_lang en sp

Double check the language codes please

Sina Khelil
  • 2,001
  • 1
  • 18
  • 27