Skip to content

Commit

Permalink
Merge pull request godotengine#97284 from timothyqiu/optimized-transl…
Browse files Browse the repository at this point in the history
…ation-gen

Document that `OptimizedTranslation.generate()` only works in editor
  • Loading branch information
akien-mga committed Sep 23, 2024
2 parents c47eb5c + b7416bf commit 2c1b8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/OptimizedTranslation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2c1b8dd

Please sign in to comment.