diff --git a/README.md b/README.md index cc1c1110e..19a1f6142 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # Magisk Manager This repo is no longer an independent component. It is a submodule of the [Magisk Project](https://github.com/topjohnwu/Magisk). + +# Translations +The default (English) string resources are scattered in these files: `src/full/res/values/strings.xml`, `src/main/res/values/strings.xml`, `src/stub/res/values/strings.xml`. +Place the translated XMLs in the corresponding folder to the locale. +Translations are highly appreciated via pull requests here on Github.