A port of the existing admin manual over to reStructuredText and using Sphinx to generate the documentation to see if it would be a suitable replacement for the existing php generated method.
18 lines
627 B
ReStructuredText
18 lines
627 B
ReStructuredText
Contributing
|
|
============
|
|
|
|
Translations
|
|
------------
|
|
For info on helping with translations, see the `platform currently in use`_ for
|
|
translations.gettext system. If you for some reason do not wish to sign up to
|
|
the Transifex service, you can review the files in the ``locale/``
|
|
sub-directory of GNU social. Each plugin also has its own translation files.
|
|
|
|
.. _platform currently in use: https://www.transifex.com/projects/p/gnu-social/
|
|
|
|
To get your own site to use all the translated languages, and you are tracking
|
|
the git repo, you will need to install at least 'gettext' on your system and
|
|
then run::
|
|
|
|
$ make translations
|