1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: