<?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: solsol platform digital</title>
    <description>The latest articles on DEV Community by solsol platform digital (@weerawat_poseeya_aed34138).</description>
    <link>https://dev.to/weerawat_poseeya_aed34138</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%2F4082458%2F5a93ec62-3eff-434f-b3c9-6d501e793b41.png</url>
      <title>DEV Community: solsol platform digital</title>
      <link>https://dev.to/weerawat_poseeya_aed34138</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/weerawat_poseeya_aed34138"/>
    <language>en</language>
    <item>
      <title>Stop Fixing Translation Tickets: How In-Context i18n Saves Web Developers Hours</title>
      <dc:creator>solsol platform digital</dc:creator>
      <pubDate>Tue, 18 Aug 2026 10:59:36 +0000</pubDate>
      <link>https://dev.to/weerawat_poseeya_aed34138/stop-fixing-translation-tickets-how-in-context-i18n-saves-web-developers-hours-1pig</link>
      <guid>https://dev.to/weerawat_poseeya_aed34138/stop-fixing-translation-tickets-how-in-context-i18n-saves-web-developers-hours-1pig</guid>
      <description>&lt;p&gt;Every web developer knows the routine: you build a multilingual website for a client, ship it, and within 48 hours your inbox is flooded with tickets:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Can you fix this typo on the homepage in French?"&lt;/li&gt;
&lt;li&gt;"The German text broke the navbar layout."&lt;/li&gt;
&lt;li&gt;"Here is an updated CSV of 200 strings, please re-upload."&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why Traditional i18n Sucks for Client Work
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Context loss&lt;/strong&gt; — Translators look at spreadsheet rows without seeing where the text actually goes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Layout shifts&lt;/strong&gt; — Translators don't know German runs ~40% longer until you deploy.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dev bottleneck&lt;/strong&gt; — Every minor typo requires a git commit and a full CI/CD run.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Solution: In-Context Localization
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://verba.solsol.app/" rel="noopener noreferrer"&gt;Verba&lt;/a&gt; introduces a simple developer-to-client loop:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Developers keep standard keys in components:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight jsx"&gt;&lt;code&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;h1&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="nf"&gt;t&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;home.hero.title&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nt"&gt;h1&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Clients and translators install a Chrome extension, open the live website, hover, and edit copy right on the rendered page.&lt;/li&gt;
&lt;li&gt;Hit &lt;strong&gt;Save&lt;/strong&gt; → live instantly, no developer deployment required.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result: translators see layout and context while they work, and you stop being the bottleneck for every typo fix.&lt;/p&gt;

&lt;p&gt;Check out the free tier at &lt;a href="https://verba.solsol.app/" rel="noopener noreferrer"&gt;verba.solsol.app&lt;/a&gt; and let me know your thoughts!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
