Add option to declare an array

This commit is contained in:
1ilit
2024-07-05 22:28:44 +03:00
parent 9b606114df
commit c005020048
6 changed files with 45 additions and 13 deletions

View File

@@ -225,6 +225,7 @@ const en = {
duplicate_enums: "Duplicate enums with the name '{{enumName}}'",
no_enums: "No enums",
no_enums_text: "Define enums here",
declare_array: "Declare array",
},
};