mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Include i18n-ally config
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -258,7 +258,4 @@ paket-files/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Visual Studio Code config directory
|
||||
.vscode/
|
||||
*.pyc
|
||||
8
.vscode/i18n-ally-custom-framework.yml
vendored
Normal file
8
.vscode/i18n-ally-custom-framework.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
languageIds:
|
||||
- jade
|
||||
- javascript
|
||||
- vue
|
||||
|
||||
usageMatchRegex: "\\$t\\(['\"`]({key})['\"`]"
|
||||
|
||||
monoonly: true
|
||||
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"i18n-ally.localesPaths": ["html/src/localization/strings"],
|
||||
"i18n-ally.keystyle": "nested"
|
||||
}
|
||||
Reference in New Issue
Block a user