[FEATURE] - TuxTranslate
Archcord would much appreciate a TuxTranslate feature given our multilingual community - it'd allow us to open a mass multilingual channel without having to get individual mods per language.
I'd personally like to see it in Tux as it would fit into our existing infrastructure and would have 100% reliance for what we need it for while being FOSS.
https://github.com/argosopentech/argos-translate may be good
Looks good, maybe the ability to input custom API keys and use APIs of your choice?
Looks good, maybe the ability to input custom API keys [...]?
It could be done with the config.yaml by simply adding an ARGOS_TRANSLATE_API_KEY key to the Config class. You would need to write to implementation to actually use it though.
[...] and use APIs of your choice?
Not worth it. One API is okay I believe.
this sounds like a good idea
Looks good, maybe the ability to input custom API keys [...]?
It could be done with the
config.yamlby simply adding anARGOS_TRANSLATE_API_KEYkey to theConfigclass. You would need to write to implementation to actually use it though.[...] and use APIs of your choice?
Not worth it. One API is okay I believe.
argos translate is fully local
I think ArgosTranslate would be the good choice here but supporting multiple other APIs I do not think is needed.