From 1ef1053d3f96a3b2cd584d27781575e329925613 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 25 Feb 2021 15:45:11 +0100 Subject: [PATCH] Added custom i18n ally insert format ref #79 --- .vscode/i18n-ally-custom-framework.yml | 7 +++++++ 1 file changed, 7 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 00000000..3fe77a20 --- /dev/null +++ b/.vscode/i18n-ally-custom-framework.yml @@ -0,0 +1,7 @@ +languageIds: + - javascript + - svelte + - html +monopoly: false +refactorTemplates: + - "{$_('$1')}" \ No newline at end of file