new name after fork

This commit is contained in:
2026-01-05 23:12:38 -07:00
parent ca43595430
commit 4683ef705b
316 changed files with 5422 additions and 6141 deletions

View File

@@ -1,8 +1,8 @@
[main]
host = https://www.transifex.com
[hexchat.main]
[zoitechat.main]
file_filter = po/<lang>.po
source_file = po/hexchat.pot
source_file = po/zoitechat.pot
source_lang = en
type = PO

View File

@@ -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):