mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-05 04:02:34 +08:00
32 lines
782 B
ReStructuredText
32 lines
782 B
ReStructuredText
Management commands
|
|
-------------------
|
|
|
|
.. program:: ./manage.py
|
|
|
|
The ./manage.py is extended with following commands:
|
|
|
|
.. option:: checkgit
|
|
|
|
Prints current state of backend git repository.
|
|
|
|
You can either define which subproject to check (eg. ``weblate/master``) or
|
|
use ``--all`` to check all existing subprojects.
|
|
|
|
.. option:: loadpo
|
|
|
|
Reloads translations from disk (eg. in case you did some updates in Git
|
|
repository).
|
|
|
|
.. option:: setuplang
|
|
|
|
Setups list of languages (it has own list and all defined in
|
|
translate-toolkit).
|
|
|
|
.. option:: updategit
|
|
|
|
Fetches remote Git repositories and updates internal cache.
|
|
|
|
You can either define which subproject to update (eg. ``weblate/master``) or
|
|
use ``--all`` to update all existing subprojects.
|
|
|
|
|