From 264af075f306675e4247fbcadebfcdab8fa0ba3b Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 2 Mar 2021 16:30:09 +0100 Subject: [PATCH] Added custom i18n ally framework --- .vscode/i18n-ally-custom-framework.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vscode/i18n-ally-custom-framework.yml diff --git a/.vscode/i18n-ally-custom-framework.yml b/.vscode/i18n-ally-custom-framework.yml new file mode 100644 index 0000000..612faa9 --- /dev/null +++ b/.vscode/i18n-ally-custom-framework.yml @@ -0,0 +1,10 @@ +languageIds: + - javascript + - html + - typescript + - plaintext +keyMatchReg: + - '\{\{__ "([a-zA-Z0-9_-]+)"\}\}' +monopoly: false +refactorTemplates: + - '{{__ "$1"}}' \ No newline at end of file