diff --git a/README.md b/README.md index 1d5e048..1d67613 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Manual install gradle installDebug +# Translate + +If you want to translate 'Audio Recorder' to your language please read this: + + * [HOWTO-Translate.md](/docs/HOWTO-Translate.md) + # Screenshots ![shot](/docs/shot.png) diff --git a/docs/HOWTO-Translate.md b/docs/HOWTO-Translate.md new file mode 100644 index 0000000..7eec059 --- /dev/null +++ b/docs/HOWTO-Translate.md @@ -0,0 +1,11 @@ +# 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/blob/master/src/main/res/values/strings.xml + +Then add those files and speak engine to the repository using "New Issue" or create pull request.