mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 09:26:22 +00:00
16 lines
316 B
YAML
16 lines
316 B
YAML
languageIds:
|
|
- javascript
|
|
- typescript
|
|
- javascriptreact
|
|
- typescriptreact
|
|
|
|
usageMatchRegex:
|
|
- "[^\\w\\d]t\\(['\"`]({key})['\"`]"
|
|
- "<Translate ?.* i18nKey=\\{?['\"`]({key})['\"`]"
|
|
|
|
refactorTemplates:
|
|
- "t(\"$1\")"
|
|
- "{t(\"$1\")}"
|
|
- "<Translate i18nKey=\"$1\" />"
|
|
|
|
monopoly: true
|