Merge pull request #103148 from nathanhoad/fix-docs-typo-editortranslationplugin

Fix typo in EditorTranslationParserPlugin docs
This commit is contained in:
Rémi Verschelde
2025-02-23 12:13:09 +01:00

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