carltongibson / django-filter

A generic system for filtering Django QuerySets based on user selections

Home Page:https://django-filter.readthedocs.io/en/main/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I add some missing translation in French ?

ngirard opened this issue · comments

Hi there,

I wish my application to be fully translated in French.

Unfortunately, some terms haven't been translated in French yet, e.g. contains declared in conf.py.

I'd gladly submit an updated django.po file, but the terms I wand to translate aren't included in it.

Any thoughts ?

Cheers !

Hi @ngirard — good question.

Unfortunately, some terms haven't been translated in French yet, e.g. contains declared in conf.py.

I'd gladly submit an updated django.po file, but the terms I wand to translate aren't included in it.

Hmmm. Do we need to run makemessages? 🤔

Hmmm. Do we need to run makemessages?

That would probably help, yes !

@ngirard Do you want to put together a PR running makemessages for the fr locale and adding your translations?

Hey @carltongibson, sorry for the late reply,

I'm afraid I wouldn't know how to run makemessage for the sole django-filter extension. Besides, other translators wouldn't benefit from my PR.
How about running makemessages for all locales on your side first ?

Cheers

@ngirard Please see #1513 — Does this cover your needs?

Hey @carltongibson, apologizes for not replying, I'm a bit overwhelmed with my work and outside of the Django ecoysystem ATM.
Thanks for your work and dedication !

Cheers