From 6bf18b6837d7acd745e139595fc1d9072871d6d7 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 8 Sep 2024 19:27:19 +0300 Subject: [PATCH] i18n: Configure i18n-ally for .ejs templates --- .vscode/i18n-ally-custom-framework.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/i18n-ally-custom-framework.yml b/.vscode/i18n-ally-custom-framework.yml index 539a82b45..dd7f701e5 100644 --- a/.vscode/i18n-ally-custom-framework.yml +++ b/.vscode/i18n-ally-custom-framework.yml @@ -3,6 +3,7 @@ languageIds: - javascript - typescript + - html # An array of RegExes to find the key usage. **The key should be captured in the first match group**. # You should unescape RegEx strings in order to fit in the YAML file