Usage: zanata_stats.py -s 2015-08-01 -e 2016-01-31 translation_team.yaml
zanata_stats.py will query translator's contributions in words,
including the translated translations, approved translations
and rejected translations, in a certain period of all projects and all
versions, and then save the data in a csv file.
translation_team.yaml stores all translation team and translators information.
Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: If7b92cb2e7ccc3e2e59d977976d7c5d726e606dd
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Change-Id: I261a2c6578b2f6a57a61bb672f38c6d9d6169c3f
Closes-Bug: #1529836
The commit is generated by the following command
in requirements repository:
python update.py ../i18n
The automatic job is now under review in
https://review.openstack.org/256976
Change-Id: I1ff2a375c9b251a218e512687e2c77150634e7cf
It was suggested in https://review.openstack.org/#/c/244410/
but the patch has been merged before adding it.
Change-Id: I5b64937dbdb493a8ad8fbd0dc421b50cf7b6f09c
When using cross reference across docs, it is easy to
handle them if the document itself in doc/source.
Otherwise, if we see CONTRIBUTING.rst in the top directory
directly, we cannot follow sphinx references.
Change-Id: I96b6cd24dcbf16e3923e4bc6fe4069d692e75993
This commit adds tox.ini and define test targets.
Naming of tox targets follows OpenStack most projects:
- docs for document generation
For mainly a testing purpose, contributor-guide/source/index.rst
includes CONTRIBUTING.rst at the top level.
To generate the current doc, run "tox -e docs".
setup.py and setup.cfg are added because they are
required to publish the docs to docs.o.o.
Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Implements: blueprint i18n-contributor-guide
Change-Id: Iaf3b09865ced8b30f987b68a07c2970d2b425708