Json Translation Guide

Welcome to the Json translation documentation! This guide will help you translate your web app with .json files and make them accessible to users in different languages.

Step 1: Download the App

Start by downloading the app from the Mac App Store.

Step 2: Open the App and Select Your Project

Once the app is installed, open it and select the Web Project.

Project Selection

Step 3: Select the project type

Select the project type as JSON.

Project Type Selection

Step 4: Choose the JSON File

Select the JSON file you want to translate.

File Selection

Step 5: Select Languages

Select the base language (the language your file is currently in) and the languages you want to translate the file into.

Language Selection

Step 6: Start Translation

That's it! The app will save your project. You can start translating the strings by clicking the Sync Project button. If you want to translate a language that is still empty, simply click the Translate button.

Project Saved

  • Note: Nested keys are structured using a dot (.) separator between different levels of the hierarchy. This helps maintain organization and readability. For example, home.title represents the key for the title on the home page, where home is the parent category, and title is the specific attribute within it. This structure ensures clarity when managing multiple nested localization keys.