extract messages

This commit is contained in:
shimizukawa 2017-04-29 00:54:58 +09:00
parent 8462d4bcda
commit ac5e76f598
2 changed files with 666 additions and 261 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,12 @@ Release checklist
* open https://travis-ci.org/sphinx-doc/sphinx/branches and check stable branch is green
* Check `git status`
* Run `make style-check`
* if final major release ...
* Update sphinx/locale/sphinx.pot if first major release (beta1)
* Run `pytho nsetup.py extract_messages`
* Run `(cd sphinx/locale; tx push -s)`
* Update sphinx/locale/<lang>/ files if final major release ...
* Run `(cd sphinx/locale; tx pull -a -f)`
* Run `python setup.py compile_catalog`