android-audio-recorder/docs/HOWTO-Translate.md
2017-11-26 13:06:42 +00:00

14 lines
709 B
Markdown

# How To Translate
To translate 'Audio Recorder' to your language you need to translate following files:
* [strings.xml](/app/src/main/res/values/strings.xml)
* [about.html](/app/src/main/res/raw/about.html)
Additional file from 'android-library'
* [https://gitlab.com/axet/android-library/.../strings.xml](https://gitlab.com/axet/android-library/blob/master/src/main/res/values/strings.xml)
Additional file from 'android-audio-library'
* [https://gitlab.com/axet/android-audio-library/.../strings.xml](https://gitlab.com/axet/android-audio-library/blob/master/src/main/res/values/strings.xml)
Then add those files to the repository using "New Issue" or "Merge Request" against the `dev` branch.