i18n plugin for Figma

  • Jan 3 2021
  • Figma
  • Plugin

I made this Figma plugin for people who create multilingual products but don’t want to manually update text layers for each language. With this plugin, you can automatically update all text layers with your i18n JSON data.

Download this plugin here

Here is how it works.

  1. Name text layers with a dot-notation expression such as apps.welcome.title
  2. Start the plugin and drop or select your JSON file.
  3. Text layers with names that match what’s in the JSON file will automatically be updated.

The plugin only accepts the following JSON data structure:

{
  "apps": {
    "welcome": {
      "title": "Happy new year 2021",
      "subtitle": "No more manual text layer updates. Sync your design with your i18n automatically.",
      "cta": {
        "hook": "Miso is good for you.",
        "button": "START"
      }
    }
  }
}

Download this plugin here

Next post

Good morning, SF

  • Dec 9 2020
  • Photography