Update template generation instructions
This commit is contained in:
parent
abda42dbee
commit
046cecb242
@ -21,7 +21,7 @@ tx push --source --translation
|
|||||||
Regenerate the source file ( _hexchat.pot_ ) on a Unix machine:
|
Regenerate the source file ( _hexchat.pot_ ) on a Unix machine:
|
||||||
|
|
||||||
<pre>
|
<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>
|
</pre>
|
||||||
|
|
||||||
Push the updated source file to Transifex (this automatically updates all translation files):
|
Push the updated source file to Transifex (this automatically updates all translation files):
|
||||||
|
Loading…
Reference in New Issue
Block a user