diff --git a/.vscode/i18n-ally-custom-framework.yml b/.vscode/i18n-ally-custom-framework.yml index 32ec786aa..43c0ddff5 100644 --- a/.vscode/i18n-ally-custom-framework.yml +++ b/.vscode/i18n-ally-custom-framework.yml @@ -3,6 +3,7 @@ languageIds: - javascript - typescript + - typescriptreact - html # An array of RegExes to find the key usage. **The key should be captured in the first match group**. @@ -25,9 +26,10 @@ scopeRangeRegex: "useTranslation\\(\\s*\\[?\\s*['\"`](.*?)['\"`]" # The "$1" will be replaced by the keypath specified. refactorTemplates: - t("$1") + - {t("$1")} - ${t("$1")} - <%= t("$1") %> # If set to true, only enables this custom framework (will disable all built-in frameworks) -monopoly: true \ No newline at end of file +monopoly: true