mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
new name after fork
This commit is contained in:
@@ -4,7 +4,7 @@ Go to the [Transifex client documentation](http://help.transifex.com/features/cl
|
||||
|
||||
<pre>
|
||||
tx init
|
||||
tx set --auto-local -r hexchat.main "po\<lang>.po" --source-lang en --source-file po\hexchat.pot --execute
|
||||
tx set --auto-local -r zoitechat.main "po\<lang>.po" --source-lang en --source-file po\zoitechat.pot --execute
|
||||
</pre>
|
||||
|
||||
Append `type = PO` to _.tx\config_.
|
||||
@@ -18,10 +18,10 @@ tx push --source --translation
|
||||
|
||||
## Updating online translations with the template
|
||||
|
||||
Regenerate the source file ( _hexchat.pot_ ) on a Unix machine:
|
||||
Regenerate the source file ( _zoitechat.pot_ ) on a Unix machine:
|
||||
|
||||
<pre>
|
||||
rm po/hexchat.pot && ./autogen.sh && ./configure --enable-nls && cd src/common && make textevents.h && cd../.. && make
|
||||
rm po/zoitechat.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):
|
||||
|
||||
Reference in New Issue
Block a user