You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/block_code/README.md
+64Lines changed: 64 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,70 @@ Lean into animations! Godot's animations functionality goes beyond just simple a
66
66
67
67
Please share feedback in the [Godot Forum Block Coding thread](https://forum.godotengine.org/t/block-coding-high-level-block-based-visual-programming/68941).
68
68
69
+
## Localization
70
+
71
+
The plugin supports translations through Godot's [gettext][godot-gettext]
72
+
support. We welcome contributions to make the plugin work better in your
73
+
language! However, please note that translations in the Godot editor **will
74
+
only work with Godot 4.4 or newer**.
75
+
76
+
The gettext PO files are located in the `addons/block_code/locale` directory.
77
+
See the Godot [documentation][godot-gettext] for instructions on working with
0 commit comments