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