<?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: sacsand sandaruvan</title>
    <description>The latest articles on DEV Community by sacsand sandaruvan (@sacsand_sandaruvan_b1edba).</description>
    <link>https://dev.to/sacsand_sandaruvan_b1edba</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2420258%2F3990d13a-9aab-47bd-8822-76dfa5759e40.jpg</url>
      <title>DEV Community: sacsand sandaruvan</title>
      <link>https://dev.to/sacsand_sandaruvan_b1edba</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sacsand_sandaruvan_b1edba"/>
    <language>en</language>
    <item>
      <title>How to Translate Your Existing Lovable app with i18.dev (In Under 1 Minute)</title>
      <dc:creator>sacsand sandaruvan</dc:creator>
      <pubDate>Wed, 27 May 2026 16:24:10 +0000</pubDate>
      <link>https://dev.to/sacsand_sandaruvan_b1edba/how-to-translate-your-existing-lovable-app-with-i18dev-in-under-1-minute-1749</link>
      <guid>https://dev.to/sacsand_sandaruvan_b1edba/how-to-translate-your-existing-lovable-app-with-i18dev-in-under-1-minute-1749</guid>
      <description>&lt;h1&gt;
  
  
  You Already Built Your App in Lovable. Now Make It Multilingual.
&lt;/h1&gt;

&lt;p&gt;Here’s the exact workflow to go from single-language to fully translated using i18.dev’s built-in Lovable integration.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 1: Set Up Your i18.dev Project (30 seconds)
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://i18.dev" rel="noopener noreferrer"&gt;i18.dev&lt;/a&gt; and sign in (or create an account).&lt;/li&gt;
&lt;li&gt;Open the &lt;a href="https://i18.dev/dashboard/projects" rel="noopener noreferrer"&gt;Projects page&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That’s it — you’re ready.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 2: Add Your i18.dev Environment Variables in Lovable
&lt;/h2&gt;

&lt;p&gt;In the i18.dev project page, click the &lt;strong&gt;"Quick Setup"&lt;/strong&gt; button to open the 1-minute getting-started guide.&lt;/p&gt;

&lt;p&gt;then click the &lt;strong&gt;"Create Project + PAT"&lt;/strong&gt; button to create a project and generate your Personal Access Token.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhjfxjd2swzyjr5cne9ku.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhjfxjd2swzyjr5cne9ku.png" alt="Create Project + PAT" width="799" height="191"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then, ask Lovable to set up the keys for you:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Set up keys for i18.dev — #keys from above ..."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Follow the chat instructions to complete the configuration.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 3: Choose “Lovable + React” as Your Library
&lt;/h2&gt;

&lt;p&gt;i18.dev gives you two ready-made prompts. Click &lt;strong&gt;Copy&lt;/strong&gt; on each and paste them directly into Lovable’s chat:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm8mbm1byk7z604n69t78.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm8mbm1byk7z604n69t78.png" alt="i18.dev gives you two ready-made prompts" width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Prompt 1: “01-Setup prompt”
&lt;/h3&gt;

&lt;p&gt;Paste this into Lovable. It will:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Set up Lovable + React + FormatJS + i18.dev CLI&lt;/li&gt;
&lt;li&gt;Find your header and add a language switch component&lt;/li&gt;
&lt;li&gt;Create an i18.dev readme file in your project for reference&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Prompt 2: “02-Ask to translate your home page”
&lt;/h3&gt;

&lt;p&gt;Paste this into Lovable. It will:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Find all user-facing strings in the selected page&lt;/li&gt;
&lt;li&gt;Replace strings with Lovable + React translation calls&lt;/li&gt;
&lt;li&gt;Push new locale strings to the i18.dev dashboard automatically&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Step 4: Add a New Language
&lt;/h2&gt;

&lt;p&gt;Once your strings are pushed to i18.dev:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open your i18.dev dashboard.&lt;/li&gt;
&lt;li&gt;Go to your project — &lt;strong&gt;"Quick Start Project"&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Add Language"&lt;/strong&gt; from the left sidebar.&lt;/li&gt;
&lt;li&gt;Select the language you want (e.g., Spanish, French, German, Japanese).&lt;/li&gt;
&lt;li&gt;i18.dev’s AI automatically translates all your strings instantly.&lt;/li&gt;
&lt;li&gt;Review &amp;amp; approve the translations (or invite a translator to refine).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvz55n6ys3sunknvvcjhu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvz55n6ys3sunknvvcjhu.png" alt="i18.dev project view" width="799" height="363"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now here’s the smart part: as soon as you add the language, a notification pops up in the top-right corner:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr64ha2tbfd5v8q6lx993.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr64ha2tbfd5v8q6lx993.png" alt="i18.dev built-in notification assistant" width="756" height="222"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click &lt;strong&gt;"Copy prompt"&lt;/strong&gt; — i18.dev has already written the exact prompt you need. Paste it into Lovable. Done.&lt;/p&gt;

&lt;p&gt;No manual prompt writing. No guessing. i18.dev knows you just added Arabic, so it generates the precise prompt to pull &lt;code&gt;ar.json&lt;/code&gt;, wire it into your app, and update the language switch list.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 5: The Mini Sidebar — Prompts on Demand
&lt;/h2&gt;

&lt;p&gt;Anytime you need a prompt, click the &lt;strong&gt;mini sidebar Prompts button&lt;/strong&gt; in the i18.dev project view. It shows:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpiommtctsm20cg0xya0k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpiommtctsm20cg0xya0k.png" alt="Prompts Library" width="800" height="520"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now you have a translation-ready web app in minutes. Invite your translator or localization expert to fine-tune wording using i18.dev project settings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Happy Vibe Coding!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>nextjs</category>
      <category>i18n</category>
    </item>
  </channel>
</rss>
