Commit Graph

4 Commits

Author SHA1 Message Date
aab04f5ecc Add public_content to translations table and rename lang to language 2023-01-15 17:55:26 +01:00
a95131bdbb Add rendering the translation with title tags 2023-01-14 22:04:28 +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