abouttreesummaryrefslogcommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJules Aguillon2023-08-27 17:44:13 +0200
committerJules Aguillon2023-08-27 17:44:13 +0200
commitf07fbaff3bf889ceabbcd2563f144021b935e75c (patch)
treec7223c1001876fe8b00e834d5a3bee010351729a /CONTRIBUTING.md
parent3530263083b95bb9da6ba6166d29298c26c9950c (diff)
downloadunexpected-keyboard-f07fbaff3bf889ceabbcd2563f144021b935e75c.tar.gz
unexpected-keyboard-f07fbaff3bf889ceabbcd2563f144021b935e75c.zip
CONTRIBUTING: Fix typos
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a6fe7e9..487e268 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -133,14 +133,15 @@ and other extra keys to show.
The list of language tags (generally two letters)
and locales (generally of the form `xx_XX`)
-can be found in this stackoverflow answer: https://stackoverflow.com/a/7989085
+can be found in this [stackoverflow answer](https://stackoverflow.com/a/7989085)
-### Updating translation
+### Updating translations
The text used in the app is written in `res/values-<language_tag>/strings.xml`.
-The list of language tags can be found in this stackoverflow answer:
-https://stackoverflow.com/a/7989085
+The list of language tags can be found in this
+[stackoverflow answer](https://stackoverflow.com/a/7989085)
+
The first part before the `_` is used, for example,
`res/values-fr/strings.xml` for French,
`res/values-lv/strings.xml` for Latvian.
@@ -151,8 +152,7 @@ Commented-out lines indicate missing translations:
<!-- <string name="pref_layouts_add">Add an alternate layout</string> -->
```
-They can be translated by removing the `<!--` and `-->` parts and changing the
-text.
+Remove the `<!--` and `-->` parts and change the text.
### Adding a translation