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:
parent
0602d0bf00
commit
8d8a101580
7 changed files with 43 additions and 51 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue