Add empty enums illustration

This commit is contained in:
1ilit
2024-07-04 23:06:09 +03:00
parent a7fd4ec416
commit 3b1af3772e
2 changed files with 23 additions and 16 deletions

View File

@@ -223,6 +223,8 @@ const en = {
enum_w_no_name: "Found enum with no name",
enum_w_no_values: "Found enum '{{enumName}}' with no values",
duplicate_enums: "Duplicate enums with the name '{{enumName}}'",
no_enums: "No enums",
no_enums_text: "Define enums here",
},
};