소스 검색

misc: i18n-ally config

NGPixel 3 년 전
부모
커밋
2d4cbb07c0
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      .vscode/settings.json

+ 4 - 1
.vscode/settings.json

@@ -9,5 +9,8 @@
   ],
   "editor.codeActionsOnSave": {
     "source.fixAll.eslint": true
-  }
+  },
+  "i18n-ally.localesPaths": [
+    "server/locales"
+  ]
 }