FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
App Localization with Python and Argos Translate
How-ToTools

App Localization with Python and Argos Translate

via Dev.to TutorialMario García1mo ago

Last year, I worked on localizing a platform from Spanish to English. The strings were stored in JSON files within a directory called es , and the goal was to generate the same files translated into English and save them in a directory named en . Here's an article I wrote on how I optimized the process by generating the initial localization using Python and DeepL. However, DeepL is not Open Source and its usage is limited depending on the plan you choose. So, what’s a good Open Source alternative? Argos Translate —and in this article, I’ll show you how to use it for your localization projects. Argos Translate is an Open Source tool that uses OpenNMT for translations and works offline. They also offer LibreTranslate , an API built on top of Argos Translate that doesn't require creating an account. It can be used as a Python library, a command-line tool, or a GUI application. For this workflow, it’s recommended to use the Python library along with the API provided by LibreTranslate. Inst

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
31 views

Related Articles

Clean Code Principles Every Software Engineer Should Follow
How-To

Clean Code Principles Every Software Engineer Should Follow

Medium Programming • 11h ago

The Real Cost of Abstractions in .NET
How-To

The Real Cost of Abstractions in .NET

Medium Programming • 12h ago

Stop Learning Frameworks — You’re Wasting Your Time
How-To

Stop Learning Frameworks — You’re Wasting Your Time

Medium Programming • 13h ago

How to Self-Host n8n in 2026: VPS vs Managed Hosting (Full Comparison)
How-To

How to Self-Host n8n in 2026: VPS vs Managed Hosting (Full Comparison)

Dev.to • 13h ago

I Built a Mac App to Fix Android File Transfer — Here’s What I Learned
How-To

I Built a Mac App to Fix Android File Transfer — Here’s What I Learned

Medium Programming • 13h ago

Discover More Articles