Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 822 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 822 Bytes

speakup-i18n

This repository contains language files for SpeakUp internationalisation. Feel free to fork and contribute.

Android

The Android translation files consist of a values directory and a strings.xml file. The original English translation file can be found in the values-en-original directory.

Follow the next steps to add a new language:

  1. make a directory with the following name values-XX, where XX is the two letter language code according to the ISO 639-1 standard. One can use this list of language codes.
  2. copy the strings.xml file from the 'values-en-original` directory or another directory with a language that you master and translate the file.

Thanks!