- implement i18n

- translation dynamic for sections
- added articles for SEO
This commit is contained in:
Amruth Pillai
2020-07-16 08:42:19 +05:30
parent b7c565de79
commit a7657b4a5c
74 changed files with 2373 additions and 586 deletions

View File

@@ -4,5 +4,9 @@
},
"editor.codeActionsOnSave": {
"source.fixAll": true
}
},
"i18n-ally.localesPaths": [
"src/i18n/locales"
],
"i18n-ally.keystyle": "nested"
}