-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
French translation of models #75
Comments
Thanks for the tip! I was wondering how we'd mark those strings for translation. |
Mathieu and I already started working on it yesterday, we'll keep you updated. Since this will make changes to your current model, we were wondering what would be the easiest way to migrate the data (South doesn't seem to be installed). Will a sql query be ok? We would directly translate the English texts in it. |
That's even better! :D We do not have South installed, but I'm not opposed to using it if we can bootstrap it in-place. I have never used it (and barely used Django) so advice on this is welcome. Raw SQL works in a pinch, though. Thanks! taa On 2013-05-29, at 16:13, Jean-Philippe Caissy [email protected] wrote:
|
There doesn't seem to have any translation on the models. For instance, the sponsor page (https://2013.pycon.ca/fr/sponsors/) is only avalaible in French.
To keep it simple, I suggest to use django-modeltranslation, which I previously used and works well.
The text was updated successfully, but these errors were encountered: