Mercurial > p > roundup > code
changeset 6224:3cf5bcf2bb5c
Update commands needed for locale updates.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 Jul 2020 23:52:45 -0400 |
| parents | 85f3f54f9e79 |
| children | 043a8ffd79ad |
| files | RELEASE.txt |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/RELEASE.txt Sun Jul 12 23:52:10 2020 -0400 +++ b/RELEASE.txt Sun Jul 12 23:52:45 2020 -0400 @@ -11,7 +11,9 @@ Messages" in doc/developers.txt. This is best done some time in advance of the release to allow for translators to update their translations. Merge into .po files by running 'make *.po' - in the locale directory. + in the locale directory. Run: + make template + make *.po 2. Run unit tests! They should pass successfully. "./run_tests.py" 3. Update version CHANGES.txt
