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.
Step 3: Select the project type
Select the project type as JSON.
Step 4: Choose the JSON File
Select the JSON file you want to translate.
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.
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.
- 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, wherehome
is the parent category, andtitle
is the specific attribute within it. This structure ensures clarity when managing multiple nested localization keys.