5dfbf7011e
Add basic functions for keeping track of Deepl account usage
2023-03-15 11:35:26 +01:00
2eba3bc500
Update Translators context
2023-03-15 11:26:07 +01:00
1b68a1de16
Add some forgotten code
2023-02-11 20:12:03 +01:00
aab04f5ecc
Add public_content to translations table and rename lang to language
2023-01-15 17:55:26 +01:00
d7325d64c5
Add use <tunit> instead of <span> for Deepl translation
...
To avoid getting results like "... bla."</span>" ->
"... bla</span>."" from Deepl we need to set set splitting_tags
option to an element name (that's not as common as span).
2023-01-14 21:59:57 +01:00
403116cd08
Replace uuids with "nanoid"s
2023-01-11 19:01:28 +01:00
e16710664d
Add checking and updating DeepL usage information
2023-01-10 20:06:54 +01:00
71e6a8da60
Update Deepl translation
...
Now getting auth-key from db.
2023-01-09 21:30:20 +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