21 ms·
When you say "translations" I assume you mean just the admin. But does Wagtail support multilingual websites (nothing seems to be in the docs)?
by dragop 12y ago
When you say "translations" I assume you mean just the admin. But does Wagtail support multilingual websites (nothing seems to be in the docs)?
- tomd 12y agoYes - we're currently building a multilingual site for an international NGO - but it doesn't currently do anything clever to link different language versions of the same content; in this implementation we're simply allowing editors to reference translated pages with a page chooser UI.
- GoodGuy 12y agoI see this kind of mental limitation in the brains of many native english speaking software developers. When developing software for The Internet - a multilingual, international, multicultural communication space - how is it even possible to forget about the requirement to support multiple languages? In my courses students who do not implement multilingual support right from the beginning into their internet software, they fail. If you make it an afterwork, it will most likely never be a really good implementation. I recommend to redesign your project and implement multilingual support from step 1 - there is more to this than just linking content pages. Very disappointing.