Configure the VS Code i18n Ally extension

This commit is contained in:
Felipe Santos
2022-06-17 16:02:50 -03:00
parent aa7b09574d
commit 7e1ab52588
6 changed files with 36 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"i18n-ally.localesPaths": [
"src/localize/languages"
],
"i18n-ally.keystyle": "nested",
}