chore: code gen (#3012)

* code-gen

* remove old generator commands

* remove old docker stuff
This commit is contained in:
Hayden
2024-01-20 10:34:57 -06:00
committed by GitHub
parent 0602d0bf00
commit 8d8a101580
7 changed files with 43 additions and 51 deletions

View File

@@ -73,13 +73,14 @@ class TargetLanguage(MealieModel):
id: str
name: str
locale: str
dir: str
dir: str = "ltr"
threeLettersCode: str
twoLettersCode: str
progress: float = 0.0
class Config:
extra = Extra.allow
allow_population_by_field_name = True
class CrowdinApi: