macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
974 stars 350 forks source link

Make messages to update all .po files #304

Closed joshblum closed 6 years ago

joshblum commented 6 years ago

@jorrete I reran django-admin makemessages -a and django-admin compilemessages to gather any new strings for translation. Does this address your issue in #303? I'm not very familiar with working with translations so let me know if this addresses the issue to allow someone to fill in the appropriate translation. @dicato let me know what you think :)

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 5c8abdebde73797b069bf54368ed2f86832e1b4c on update-po into on master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 5c8abdebde73797b069bf54368ed2f86832e1b4c on update-po into on master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 5c8abdebde73797b069bf54368ed2f86832e1b4c on update-po into on master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 5c8abdebde73797b069bf54368ed2f86832e1b4c on update-po into on master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 5c8abdebde73797b069bf54368ed2f86832e1b4c on update-po into on master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 5c8abdebde73797b069bf54368ed2f86832e1b4c on update-po into on master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 5c8abdebde73797b069bf54368ed2f86832e1b4c on update-po into on master.

dicato commented 6 years ago

@jorrete - was there a specific string that was missing for a given translation?

@joshblum I believe your steps to make and compile translations is correct.

joshblum commented 6 years ago

@dicato thanks! Will merge for now and we can update the missing translations as needed.