Skip to content

Commit af3acb7

Browse files
authored
Merge pull request #306 from endlessm/T35709-transifex-tx-config
Initial Transifex configuratoin
2 parents 11e00e1 + 929806c commit af3acb7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.tx/config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[main]
2+
host = https://www.transifex.com
3+
4+
[o:endless-os:p:godot-block-coding:r:all]
5+
source_file = addons/block_code/locale/godot_block_coding.pot
6+
source_lang = en
7+
file_filter = addons/block_code/locale/<lang>.po
8+
type = PO

addons/block_code/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,11 @@ only work with Godot 4.4 or newer**.
7575

7676
The gettext PO files are located in the `addons/block_code/locale` directory.
7777
See the Godot [documentation][godot-gettext] for instructions on working with
78-
PO files.
78+
PO files. You can also join our project on [Transifex][transifex-project] to
79+
collaborate with others translating the Block Coding content.
7980

8081
[godot-gettext]: https://docs.godotengine.org/en/stable/tutorials/i18n/localization_using_gettext.html
82+
[transifex-project]: https://explore.transifex.com/endless-os/godot-block-coding/
8183

8284
For developers, a few things need to be done to keep the translatable strings
8385
up to date.

0 commit comments

Comments
 (0)