Commit Graph

11 Commits

Author SHA1 Message Date
403116cd08 Replace uuids with "nanoid"s 2023-01-11 19:01:28 +01:00
e0cd51937a Fix issues with changed default :current_tunit 2023-01-11 11:34:02 +01:00
24e58c7d96 Update tunit editor
Now with fancy new radio-buttons.
2023-01-10 23:20:20 +01:00
e16710664d Add checking and updating DeepL usage information 2023-01-10 20:06:54 +01:00
33ed533a1a Update editing translation 2023-01-09 21:35:35 +01:00
71e6a8da60 Update Deepl translation
Now getting auth-key from db.
2023-01-09 21:30:20 +01:00
f22171cae3 Add apparently forgotten assignment 2023-01-05 22:24:30 +01:00
78160a5bae Add HtmlDocComponent to render the InternalTree
Very basic but promising.
2023-01-05 22:22:44 +01:00
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