Commit 0f71edee authored by HeroBuxx's avatar HeroBuxx Committed by John Wu

magisk: README: Correct string path for stub

Signed-off-by: 's avatarHeroBuxx <herobuxx@conqueros.co>
parent e097c097
...@@ -59,7 +59,7 @@ For each action, use `-h` to access help (e.g. `./build.py all -h`) ...@@ -59,7 +59,7 @@ For each action, use `-h` to access help (e.g. `./build.py all -h`)
Default string resources for the Magisk app and its stub APK are located here: Default string resources for the Magisk app and its stub APK are located here:
- `app/src/main/res/values/strings.xml` - `app/src/main/res/values/strings.xml`
- `stub/src/main/res/values/strings.xml` - `stub/res/values/strings.xml`
Translate each and place them in the respective locations (`[module]/src/main/res/values-[lang]/strings.xml`). Translate each and place them in the respective locations (`[module]/src/main/res/values-[lang]/strings.xml`).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment