diff options
author | Alberto Pasqualetto <39854348+albertopasqualetto@users.noreply.github.com> | 2023-11-14 17:50:47 +0100 |
---|---|---|
committer | Alberto Pasqualetto <39854348+albertopasqualetto@users.noreply.github.com> | 2023-11-14 17:50:47 +0100 |
commit | 0785526a6d7bcdcd1d4793a1234152c2d57a2b9e (patch) | |
tree | cd08ce5a1d276a3f7c2431c14fc9c8c8188d1654 /CONTRIBUTING.md | |
parent | Update styles.xml (diff) | |
download | xManager-0785526a6d7bcdcd1d4793a1234152c2d57a2b9e.tar xManager-0785526a6d7bcdcd1d4793a1234152c2d57a2b9e.tar.gz xManager-0785526a6d7bcdcd1d4793a1234152c2d57a2b9e.tar.bz2 xManager-0785526a6d7bcdcd1d4793a1234152c2d57a2b9e.tar.lz xManager-0785526a6d7bcdcd1d4793a1234152c2d57a2b9e.tar.xz xManager-0785526a6d7bcdcd1d4793a1234152c2d57a2b9e.tar.zst xManager-0785526a6d7bcdcd1d4793a1234152c2d57a2b9e.zip |
Diffstat (limited to '')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9050fe5..2c5d4fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ **CODE CHANGE:** Pull request should be done on the **"Developer"** branch. -**TRANSLATION CHANGE/UPDATE:** Pull request should be done on the **"Developer"** branch. The translations can be found at `resource/values/strings.xml`. +**TRANSLATION CHANGE/UPDATE:** Pull request should be done on the **"Developer"** branch. The translations can be found at `res/values/strings.xml`. -**SUBMIT TRANSLATIONS:** Pull request should be done on the **"Developer"** branch. Please follow the `<--DEFAULT LANGUAGE-->` format that can be found at `resource/values/strings.xml`. +**SUBMIT TRANSLATIONS:** Pull request should be done on the **"Developer"** branch. Please follow the `<--DEFAULT LANGUAGE-->` format that can be found at `res/values/strings.xml`. |