Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.19 KB

translate.md

File metadata and controls

25 lines (18 loc) · 1.19 KB

How to create a translation file.

1. Fork a copy of the repository

image

2. Take a copy of the strings.json file

In your new repository create a copy of strings.json and save it with your language code. image

3. Save the copy as language_code.json

In the translations folder save the new file image

4. Modify the file for your language

Update strings.json as per the examples below strings.json before editing image de.json after editing image

5. Create a Pull Request

In your new repository create a pull request. This will notify me of the chante image