This looks very interesting, but as an FYI using LLMs to do machine translation is a terrible waste of resources. The example on their landing page has a "translate.py" sample which, albeit handy, is not something I would do beyond basic string translations.
presumably to be used later to lookup words (crap approach, but it's an LLM, what do you expect)
but it didn't bother to write any code, it's just data
(plus it even managed to screw up the dictionary with double braces)