You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: godot_only/scripts/update_translations.gd
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
@tool
3
3
extendsEditorScript
4
4
5
-
constCOMMENTS_DICT= {
5
+
constCOMMENTS_DICT: Dictionary[String, String]= {
6
6
"Viewport": "The viewport is the area where the graphic is displayed. In similar applications, it's often called the canvas.",
7
7
"CDATA color": "CDATA shouldn't be translated. It's a type of XML section.",
8
8
"Editor formatter": "Refers to the formatter used for VectorTouch's code editor.",
@@ -16,6 +16,7 @@ const COMMENTS_DICT = {
16
16
"Dark": "Refers to a theme preset.",
17
17
"Light": "Refers to a theme preset.",
18
18
"Black (OLED)": "Refers to a theme preset.",
19
+
"translation-credits": "Translators (comma-separated): Name or alias, optionally followed by an email in angle brackets <email@example.com>.\nUsed for credits. Adding yourself is optional. New entries go at the end. Don't remove or rearrange existing entries.",
0 commit comments