diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-03-28 23:59:55 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-03-29 00:00:18 +0100 |
commit | 046cecb24287c4083899cb104e9e8cf7295f89e3 (patch) | |
tree | 8d77590c590f800f878c288d8cad102ddf03b65a /.tx/howto.md | |
parent | abda42dbeeea289b2c13c7f687f20af07d03c965 (diff) |
Update template generation instructions
Diffstat (limited to '.tx/howto.md')
-rw-r--r-- | .tx/howto.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tx/howto.md b/.tx/howto.md index a36cca29..d9fe5a03 100644 --- a/.tx/howto.md +++ b/.tx/howto.md @@ -21,7 +21,7 @@ tx push --source --translation Regenerate the source file ( _hexchat.pot_ ) on a Unix machine: <pre> -rm po/hexchat.pot && ./autogen.sh && ./configure --enable-nls && make +rm po/hexchat.pot && ./autogen.sh && ./configure --enable-nls && cd src/common && make textevents.h && cd../.. && make </pre> Push the updated source file to Transifex (this automatically updates all translation files): |