POT Generator: Add support for TRANSLATORS: and NO_TRANSLATE comments

This commit is contained in:
Danil Alexeev
2024-10-11 17:35:28 +03:00
parent 92e51fca72
commit cab80cb97d
9 changed files with 170 additions and 23 deletions

View File

@@ -1597,6 +1597,8 @@ public:
#ifdef TOOLS_ENABLED
static HashMap<String, String> theme_color_names;
HashMap<int, GDScriptTokenizer::CommentData> comment_data;
#endif // TOOLS_ENABLED
GDScriptParser();