Releases: RedMser/godot-fluent-translation
Releases · RedMser/godot-fluent-translation
v0.2.0
Supports Godot v4.3 beta 3 or newer.
Note
See the README for details on which version you should select and how to install it. Find Forked Godot builds here.
Breaking Changes
- Rename
TranslationFluent.add_bundle_from_text
toappend_from_text
, see #41 for a technical explanation
New Features
- Add project setting for unicode isolation #31
- Add message pattern matching system #33
- Add an export plugin which allows stripping comments from FTL files #39
- Add custom functions support #42
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Supports Godot v4.3 dev 6 or newer.
No source code changes. However, the release procedure has been improved to now support more platforms.
Note
See the README for details on which version you should select and how to install it. Find Forked Godot builds here.
v0.1.0 - First release
Supports Godot v4.3 dev 6 or newer.
Features
- Load
.ftl
translation files viaTranslationFluent
or Project Settings. - Support for args (variables) and attributes.
- Generate
.ftl
files from scene files viaFluentGenerator
.
Note
See the README for details on which version you should select and how to install it.