As an open source project, django-angular welcomes contributions of many forms.
Examples of contributions include:
- Code patches
- Documentation improvements
- Bug reports and patch reviews
- Translations
If you'd like to submit new translations, please use:
cd django-angular/djng
django-admin.py makemessages --locale=fr
(e.g. for french translation)
Edit the corresponding file in locale/fr/LC_MESSAGES/django.po
, commit it and submit your pull request.
As a contributor, you can help us keep the community open and inclusive.
Please read and follow at least the django Code of Conduct.