Skip to content
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

Open
jpcaissy opened this issue May 29, 2013 · 3 comments
Open

French translation of models #75

jpcaissy opened this issue May 29, 2013 · 3 comments

Comments

@jpcaissy
Copy link

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.

@eloraburns
Copy link
Member

Thanks for the tip! I was wondering how we'd mark those strings for translation.

@jpcaissy
Copy link
Author

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.

@eloraburns
Copy link
Member

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
/eof/

On 2013-05-29, at 16:13, Jean-Philippe Caissy [email protected] wrote:

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.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants