Commit Graph

3 Commits

Author SHA1 Message Date
927530c66d Add raw Deepl module and a progress bar 2023-01-05 22:19:23 +01:00
d589d84b40 Add creating and basic editing of translation 2023-01-04 14:42:13 +01:00
f66521dba8 Add Translations
mix phx.gen.live Translations Translation translations \
  lang:string title:string teaser:text content:map \
  date:utc_datetime user_id:references:users \
  public:boolean unauthorized:boolean article_id:references:articles
2022-12-26 18:45:40 +01:00