-
-
Notifications
You must be signed in to change notification settings - Fork 42
How do I add a new translation to OctoPod?
Gaston Dombiak edited this page Sep 30, 2018
·
2 revisions
To add a new translation for OctoPod you should create an issue for the language you want to add. Gaston Dombiak will get in contact with you.
These are the steps to follow:
- You will receive a zip file
- Unzip the file file and go to the folder [your locale].xcloc/Localized Contents
- Open the XLIFF file to add your new translation
- XLIFF is an file in XML format
- You can use an XLIFF editor to edit the file or you can use any normal text editor
- < source> has the text that needs to be translated. < note> provides some extra contextual info.
- All you need to do is update <target>...</target> for each entry in the file with the translated text
- Do not change anything else
- Generate the zip file with your updated XLIFF file
- Send it back to Gaston Dombiak so it can be incorporated