You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here is the command I used to do the translation cmark-translate translate -f EN -t FR input.md output.fr.md
It seems using glossaries is not a required feature so it would be nice for this tool to still work even if [glossaries] is missing in the deepl.toml file.
The text was updated successfully, but these errors were encountered:
Jieiku
changed the title
Could you please post a template for the expected deepl.toml file?
Error: missing field api_key in deepl.toml but the key is there....
Jan 7, 2025
I figured it out, here is what worked for deepl.toml, the trick was including
[glossaries]
even if you do not use them.here is the command I used to do the translation
cmark-translate translate -f EN -t FR input.md output.fr.md
It seems using glossaries is not a required feature so it would be nice for this tool to still work even if
[glossaries]
is missing in the deepl.toml file.The text was updated successfully, but these errors were encountered: