]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Translating.md
Update vanilla monster screenshots to current (0.8.5) visuals. Remove old quake 1...
[xonotic/xonotic.wiki.git] / Translating.md
index 7d432d6dbdebc01cefac4f9ae28c4c7b64da0b49..dee82ca67c44cf4dbaa98a2b5d1959445670d9aa 100644 (file)
@@ -1,8 +1,8 @@
 Translations are managed via [Transifex](https://www.transifex.com/team-xonotic/xonotic/dashboard/).
 
-Create an account on Transifex and send a request to join a language team. Once your request has been approved, you can submit suggestions or translations directly through the Transifex interface, or by editing the PO file with an external editor, such as [poedit](https://poedit.net/) (Transifex allows you to download and upload PO files).
+Create an account on Transifex and send a request to join a language team. Once your request has been approved, you can submit suggestions or translations directly through the Transifex interface, or by editing the PO file with an external editor, such as [Poedit](https://poedit.net/) (Transifex allows you to download and upload PO files).
 
-Translations are automatically synced (once a day) between Transifex and the [xonotic-data.pk3dir](https://gitlab.com/xonotic/xonotic-data.pk3dir) git repository.
+Translations are synced once a week from Transifex to the [xonotic-data.pk3dir](https://gitlab.com/xonotic/xonotic-data.pk3dir) git repository as well as in the opposite direction (may add new translatable strings or change the existing ones).
 
 Translation guidelines and good practices
 =========================================
@@ -13,4 +13,11 @@ Translation guidelines and good practices
 
 Additional tips
 ===============
-   - [How to test your translations](Test-your-translations)
\ No newline at end of file
+   - [How to test your translations](Test-your-translations)
+
+Implementation notes
+====================
+
+Some more technical info is in the data repo: [qcsrc/i18n-guide.txt](https://gitlab.com/xonotic/xonotic-data.pk3dir/blob/master/qcsrc/i18n-guide.txt), [qcsrc/lib/i18n.qh](https://gitlab.com/xonotic/xonotic-data.pk3dir/blob/master/qcsrc/lib/i18n.qh)
+
+Sync is done using a cron job: [misc/infrastructure/transifex.cron](https://gitlab.com/xonotic/xonotic/blob/master/misc/infrastructure/transifex.cron)
\ No newline at end of file