This repository contains language files for SpeakUp internationalisation. Feel free to fork and contribute.
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:
- make a directory with the following name
values-XX, whereXXis the two letter language code according to the ISO 639-1 standard. One can use this list of language codes. - copy the
strings.xmlfile from the 'values-en-original` directory or another directory with a language that you master and translate the file.
Thanks!