dev: Set up key style & source language

This commit is contained in:
Elian Doran 2024-07-23 23:19:11 +03:00
parent 906dad62a8
commit de342c3285
No known key found for this signature in database

View File

@ -3,6 +3,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.eol": "\n",
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.sourceLanguage": "en",
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": [
"./src/public/translations"
],