1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix typo in EditorTranslationParserPlugin docs

This commit is contained in:
Nathan Hoad
2025-02-22 16:26:02 +10:00
parent 394508d26d
commit b3aeaa66d4

View File

@@ -19,7 +19,7 @@
var text = file.get_as_text()
var split_strs = text.split(",", false)
for s in split_strs:
msgids.append(PackedStringArray([s]))
ret.append(PackedStringArray([s]))
#print("Extracted string: " + s)
return ret