Re: Multilingual site with Django 1.11 and Google Cloud Platform

2017-06-14 Thread Antonis Christofides
It has been announced (by @djangoconeu on Twitter) that they will be uploaded on https://www.youtube.com/user/djangoconeurope. You could follow @djangoconeu, I'm confident they will announce it once the videos are uploaded. Regards, Antonis Antonis Christofides http://djangodeployment.com On 20

Re: Multilingual site with Django 1.11 and Google Cloud Platform

2017-06-14 Thread Mihai Rusoaie
Thank you, Antonis! Do you know if the videos will be published on the conference website / youtube ? Mihai On Monday, 12 June 2017 23:04:06 UTC+3, Antonis Christofides wrote: > > Two months ago Raphael Michel made an interesting presentation about it at > the DjangoConEU. AFAIK the conference

Re: Multilingual site with Django 1.11 and Google Cloud Platform

2017-06-12 Thread Antonis Christofides
Two months ago Raphael Michel made an interesting presentation about it at the DjangoConEU. AFAIK the conference videos aren't out yet, but at least the slides are available at https://2017.djangocon.eu/schedule/data-internationalization-in-django/. On June 12, 2017 7:50:09 PM GMT+03:00, Mihai

Re: Multilingual site with Django 1.11 and Google Cloud Platform

2017-06-12 Thread Jani Tiainen
Hi We've been using django-modeltranslation very successfully. It's advantage is speed but drawback is that it creates colum per language 1per translated field. 12.6.2017 22.06 "Mihai Rusoaie" kirjoitti: > Hello! > > I have a website with content in Romanian. > > I would like to create an Eng

Multilingual site with Django 1.11 and Google Cloud Platform

2017-06-12 Thread Mihai Rusoaie
Hello! I have a website with content in Romanian. I would like to create an English version. For the interface I will use Django 1.11 Localization: https://docs.djangoproject.com/en/1.11/topics/i18n/translation/#how-to-create-language-files For translating automatically the content to english,