diff options
author | Zero~Informatique | 2020-09-11 19:47:06 +0200 |
---|---|---|
committer | G.Fouet | 2020-09-11 21:53:18 +0200 |
commit | 12b8f20f3dc1cdbda820808755545a8ce1382123 (patch) | |
tree | 197df37794bf93833f8ee66f55c1552629c1d897 /viewer/visualstudio.code-workspace | |
parent | e6c2a8d9653ffde924632ca2f260c3a8cddc14ed (diff) | |
download | ldgallery-12b8f20f3dc1cdbda820808755545a8ce1382123.tar.gz |
viewer: i18n-ally configuration and locale file sort
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r-- | viewer/visualstudio.code-workspace | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 40d8f21..a9f7052 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace | |||
@@ -14,6 +14,8 @@ | |||
14 | "typescript.disableAutomaticTypeAcquisition": true, | 14 | "typescript.disableAutomaticTypeAcquisition": true, |
15 | "i18n-ally.localesPaths": "src/locales", | 15 | "i18n-ally.localesPaths": "src/locales", |
16 | "i18n-ally.keystyle": "flat", | 16 | "i18n-ally.keystyle": "flat", |
17 | "i18n-ally.enabledFrameworks": ["vue"], | ||
18 | "i18n-ally.sortKeys": true, | ||
17 | // --- | 19 | // --- |
18 | // Autoformating is done with eslint-prettier | 20 | // Autoformating is done with eslint-prettier |
19 | "eslint.enable": true, | 21 | "eslint.enable": true, |