Commit Graph

5 Commits

Author SHA1 Message Date
71e6a8da60 Update Deepl translation
Now getting auth-key from db.
2023-01-09 21:30:20 +01:00
54250a5a95 Fix user/deepl_account relation 2023-01-09 21:09:46 +01:00
04d6f32325 Update DeeplAccount
Less required fields, default for character_count and association.
2023-01-05 22:25:35 +01:00
927530c66d Add raw Deepl module and a progress bar 2023-01-05 22:19:23 +01:00
9e9c7b5519 Add Translators/deepl_accounts
mix phx.gen.live Translators DeeplAccount deepl_accounts\
  name:string description:text auth_key:string character_limit:integer\
  character_count:integer our_character_count:integer user_id:references:users
2022-12-26 18:51:30 +01:00