Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

RFE: l10n support #10

Open
MagicFab opened this issue Dec 6, 2017 · 5 comments
Open

RFE: l10n support #10

MagicFab opened this issue Dec 6, 2017 · 5 comments

Comments

@MagicFab
Copy link

MagicFab commented Dec 6, 2017

Thanks for sharing this. I'd like to suggest adding support for localization. I believe strings are hardcoded in English for now.

I'd be interested in translating to French.

@foxmask
Copy link
Owner

foxmask commented Dec 6, 2017

aucun problème 😉
je vais mettre à jour django comme d'habitude et remplacer les chaînes codées en dure par{% trans '....'%}

@MagicFab
Copy link
Author

MagicFab commented Dec 6, 2017

Oh! C'est donc pour ça qu'il y avait quelques traces de français dans l'interface :)

@foxmask
Copy link
Owner

foxmask commented Dec 6, 2017

au final j'ai déjà mis du trans partout ; il en maque juste dans le forms/*.py où je n'ai pas mis _() en label de chaque champ

@MagicFab
Copy link
Author

MagicFab commented Dec 8, 2017

(continuing in English for other contributors benefit)

After this is done I suppose .po files would be generated/supported? How will this be managed?

@foxmask
Copy link
Owner

foxmask commented Dec 8, 2017

https://docs.djangoproject.com/en/2.0/topics/i18n/translation/ should be the path to follow

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

No branches or pull requests

2 participants