0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-20 04:12:14 +02:00

Fix app strings folder in CONTRIBUTING.md

https://github.com/TrianguloY/UrlChecker/pull/124#issuecomment-1281832847
This commit is contained in:
TrianguloY 2022-10-18 15:01:37 +02:00 committed by GitHub
parent 2889c0aa83
commit 3c5ca9ad46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ You are free to propose one or more translations, or to update any existing one.
- **App strings**: the [`strings.xml`](./app/src/main/res/values/strings.xml) file
- Translate all texts between the `<string>` and `</string>` tags.
- Remember to insert a backslash `\` before any apostrophe `'`, or enclose all text in quotes `"`
- Place the translated file in the corresponding `./app/src/main/res-{locale}/values/` folder
- Place the translated file in the corresponding `./app/src/main/res/values-{locale}/` folder
- **Store strings**: the [`title.txt`](./app/src/main/play/listings/en-US/title.txt) [`short-description.txt`](./app/src/main/play/listings/en-US/short-description.txt) and/or [`full-description.txt`](./app/src/main/play/listings/en-US/full-description.txt) files
- Place the translated files in the corresponding `./app/src/main/play/listings/{locale}/` folder