|
|
|
|
|
by jboschpons
704 days ago
|
|
Hey! I use DeepL for real-time translation in my side project. The reason I’m not utilizing the DeepL API on my backend and instead opting for the OpenAI API is twofold: 1. OpenAI is more cost-effective compared to DeepL API.
2. I was already using ChatGPT to translate my JSON files, so there’s no change in translation quality for me. The primary issue I wanted to resolve is easily keeping all my destination language JSON files in sync. Cheers! |
|