16 lines
588 B
Markdown
16 lines
588 B
Markdown
# How To Translate
|
|
|
|
To translate 'Audio Recorder' to your language you need to translate following files:
|
|
|
|
* [pref_general.xml](/app/src/main/res/xml/pref_general.xml)
|
|
* [strings.xml](/app/src/main/res/values/strings.xml)
|
|
|
|
Additional file from 'android-library'
|
|
* [https://github.com/axet/android-library/.../strings.xml](https://github.com/axet/android-library/blob/master/src/main/res/values/strings.xml)
|
|
|
|
Also, add Google Play translation for:
|
|
* Title
|
|
* Short Description
|
|
* Full description
|
|
|
|
Then add those files to the repository using "New Issue" or create pull request.
|