Feature/auto generate crowdin data (#1071)

* add translated key

* update code generation for crowdin generation

* use composition api and minor styling changes
This commit is contained in:
Hayden 2022-03-19 16:33:55 -08:00 committed by GitHub
parent 022cbd1616
commit 50a67f9301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 391 additions and 175 deletions

View file

@ -16,6 +16,7 @@ class CodeTemplates:
class CodeDest:
interface = CWD / "generated" / "interface.js"
pytest_routes = CWD / "generated" / "test_routes.py"
use_locales = PROJECT_DIR / "frontend" / "composables" / "use-locales" / "available-locales.ts"
class CodeKeys: