mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-11 11:55:07 -05:00
Update L10n howto with some notes
This commit is contained in:
parent
cdc720c97b
commit
0b90bfbf7b
@ -8,7 +8,7 @@ More info: http://help.transifex.com/features/client/index.html
|
|||||||
Append 'type = PO' to .tx\config without apostrophes
|
Append 'type = PO' to .tx\config without apostrophes
|
||||||
|
|
||||||
Push the resources to Transifex
|
Push the resources to Transifex
|
||||||
# tx push -s -t
|
# tx push --source --translation
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ Regenerate the source file (hexchat.pot) on a Unix machine
|
|||||||
# rm po/hexchat.pot && ./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 --source
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -31,3 +31,11 @@ Update GitHub repo
|
|||||||
# git add po/
|
# git add po/
|
||||||
# git commit
|
# git commit
|
||||||
# git push
|
# git push
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
4) To update just one translation with local changes:
|
||||||
|
|
||||||
|
# tx push --translation --language xy
|
||||||
|
|
||||||
|
Where xy is the language code
|
||||||
|
Loading…
Reference in New Issue
Block a user