Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[main]
host = https://www.transifex.com

[o:endless-os:p:godot-block-coding:r:all]
source_file = addons/block_code/locale/godot_block_coding.pot
source_lang = en
file_filter = addons/block_code/locale/<lang>.po
type = PO
4 changes: 3 additions & 1 deletion addons/block_code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ only work with Godot 4.4 or newer**.

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

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

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