We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cf65a commit 4cdb061Copy full SHA for 4cdb061
docs/contributing.rst
@@ -78,6 +78,24 @@ the browser.
78
* `ReStructuredText primer
79
<https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html>`_
80
81
+Translations
82
+============
83
+
84
+You can contribute international language translations using
85
+`django-admin makemessages <https://docs.djangoproject.com/en/dev/ref/django-admin/#makemessages>`_.
86
87
+For example, to add Deutsch::
88
89
+ cd oauth2_provider
90
+ django-admin makemessages --locale de
91
92
+Then edit ``locale/de/LC_MESSAGES/django.po`` to add your translations.
93
94
+When deploying your app, don't forget to compile the messages with::
95
96
+ django-admin compilemessages
97
98
99
Pull requests
100
=============
101
0 commit comments