You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
GDScript: Fix POT generator skips some nodes
(cherry picked from commit 1aa242f7c4)
This commit is contained in:
committed by
Yuri Sizov
parent
bce0ada5f4
commit
ee1034d355
@@ -59,7 +59,6 @@ class GDScriptEditorTranslationParserPlugin : public EditorTranslationParserPlug
|
||||
void _traverse_function(const GDScriptParser::FunctionNode *p_func);
|
||||
void _traverse_block(const GDScriptParser::SuiteNode *p_suite);
|
||||
|
||||
void _read_variable(const GDScriptParser::VariableNode *p_var);
|
||||
void _assess_expression(const GDScriptParser::ExpressionNode *p_expression);
|
||||
void _assess_assignment(const GDScriptParser::AssignmentNode *p_assignment);
|
||||
void _extract_from_call(const GDScriptParser::CallNode *p_call);
|
||||
|
||||
Reference in New Issue
Block a user