<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: kamrandev-star</title>
    <description>The latest articles on DEV Community by kamrandev-star (@kamrandevstar).</description>
    <link>https://dev.to/kamrandevstar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4063449%2Faf092f46-d562-4f41-a8ac-dfb6e3571c5b.png</url>
      <title>DEV Community: kamrandev-star</title>
      <link>https://dev.to/kamrandevstar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kamrandevstar"/>
    <language>en</language>
    <item>
      <title>I built a free tool to translate Android, iOS, and Flutter string files (and here's how the translation actually works under the hood)</title>
      <dc:creator>kamrandev-star</dc:creator>
      <pubDate>Wed, 05 Aug 2026 05:20:43 +0000</pubDate>
      <link>https://dev.to/kamrandevstar/i-built-a-free-tool-to-translate-android-ios-and-flutter-string-files-and-heres-how-the-3dc</link>
      <guid>https://dev.to/kamrandevstar/i-built-a-free-tool-to-translate-android-ios-and-flutter-string-files-and-heres-how-the-3dc</guid>
      <description>&lt;p&gt;Every time I've localized an app, it's gone one of two ways: hand-translate&lt;br&gt;
the strings myself (slow, and my Spanish/French/whatever is not great), or&lt;br&gt;
set up a full localization platform for what's really a five-minute job on&lt;br&gt;
a small project.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://string-lingo-ai.vercel.app/" rel="noopener noreferrer"&gt;StringLingo AI&lt;/a&gt; — a free&lt;br&gt;
tool that translates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Android &lt;code&gt;strings.xml&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;iOS &lt;code&gt;Localizable.strings&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Flutter &lt;code&gt;.arb&lt;/code&gt; files&lt;/li&gt;
&lt;li&gt;Or just plain pasted text&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Upload the file, pick a target language, download a translated file with&lt;br&gt;
the same keys and structure. No account, nothing stored.&lt;/p&gt;

&lt;h2&gt;
  
  
  The part I actually want feedback on
&lt;/h2&gt;

&lt;p&gt;The interesting problem wasn't the UI, it was &lt;strong&gt;not breaking your strings&lt;/strong&gt;&lt;br&gt;
while translating them. Localization files are full of things a naive&lt;br&gt;
translation pass will mangle:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
xml
&amp;lt;string name="welcome_message"&amp;gt;Hello %1$s, you have %2$d new messages&amp;lt;/string&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>android</category>
      <category>ios</category>
      <category>mobile</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
