Actual behavior
Current version of regex in .vscode/i18n-ally-custom-framework.yml not catches use case:
t(
'keyStartedFromNewLineAfterTranslateFunction'
)
Fixed regex
usageMatchRegex:
- "[^\\w\\d]t\\([\\s\\n]*?[']({key})[']"
- "[^\\w\\d]_\\([\\s\\n]*?[']({key})[']"