Merge pull request #97284 from timothyqiu/optimized-translation-gen

Document that `OptimizedTranslation.generate()` only works in editor
This commit is contained in:
Rémi Verschelde 2024-09-23 16:14:00 +02:00
commit 2c1b8dda74
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -14,6 +14,7 @@
<param index="0" name="from" type="Translation" />
<description>
Generates and sets an optimized translation from the given [Translation] resource.
[b]Note:[/b] This method is intended to be used in the editor. It does nothing when called from an exported project.
</description>
</method>
</methods>