Fix code examples for @tool annotation
This commit is contained in:
parent
6f5704d86f
commit
6eac901ecb
4 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
Below shows an example of a custom parser that extracts strings from a CSV file to write into a POT.
|
||||
[codeblocks]
|
||||
[gdscript]
|
||||
tool
|
||||
@tool
|
||||
extends EditorTranslationParserPlugin
|
||||
|
||||
func _parse_file(path, msgids, msgids_context_plural):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue