You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
James McKinney edited this page Feb 1, 2017
·
3 revisions
Updating Django translations
cd finder && python ../manage.py makemessages -l fr && cd ..
./manage.py makemessages -l fr
Run git diff to see the new translations. Edit them in finder/locale/fr/LC_MESSAGES/django.po. Change the new translations' msgstr and remove any lines like:
#, fuzzy#| msgid "Existing close match"
cd finder && python ../manage.py compilemessages && cd ..
./manage.py compilemessages