Update L10n howto with additional step required
This commit is contained in:
parent
e5a36abf90
commit
2f2311a9c5
|
@ -15,7 +15,7 @@ Push the resources to Transifex
|
||||||
2) To update online translations:
|
2) To update online translations:
|
||||||
|
|
||||||
Regenerate the source file (hexchat.pot) on a Unix machine
|
Regenerate the source file (hexchat.pot) on a Unix machine
|
||||||
# ./autogen.sh && ./configure --enable-nls && make
|
# rm po/hexchat.pot && ./autogen.sh && ./configure --enable-nls && make
|
||||||
|
|
||||||
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)
|
||||||
# tx push -s
|
# tx push -s
|
||||||
|
|
Loading…
Reference in New Issue