Initial i18n commit

This commit is contained in:
2023-09-15 23:37:29 -04:00
commit 2e2a2124fe
15 changed files with 9018 additions and 0 deletions

7
.prettierrc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
parser: 'typescript',
printWidth: 120,
trailingComma: 'all',
tabWidth: 4,
singleQuote: true,
};