Move tolgee downloader into this repository and refactor translation storage architecture

This commit is contained in:
Roman Jaroš 2024-12-19 14:30:54 +01:00
parent c052c438eb
commit 990f75d9ba
95 changed files with 80964 additions and 43454 deletions

9
downloader/.prettierrc Normal file
View file

@ -0,0 +1,9 @@
{
"useTabs": true,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"parser": "typescript",
"printWidth": 120,
"bracketSameLine": true
}