aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2023-06-06 18:09:18 +0530
committerGitHub <noreply@github.com>2023-06-06 18:09:18 +0530
commited9e92ec47f9653be78bf1e01b160d6b1f485b7f (patch)
treecbbc8c39982dbaf486eaa238ceeb83ecafa92c3d
parentf3fec65ef4c91f1225328da5f682c3ba8ea5f0ba (diff)
parent373486bd30ed226c7121c8c370dc5da634546667 (diff)
downloadonionshare-ed9e92ec47f9653be78bf1e01b160d6b1f485b7f.tar.gz
onionshare-ed9e92ec47f9653be78bf1e01b160d6b1f485b7f.zip
Merge pull request #1689 from emmapeel2/patch-3
Fixes typo in readme
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index fbcf06d9..ac4c7998 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -37,7 +37,7 @@ sphinx-intl update -p build/gettext -l de
make -e SPHINXOPTS="-D language='de'" html
```
-## Discoving which translations are >90% complete
+## Discovering which translations are >90% complete
Each OnionShare release should only include a language if >90% of the strings have been translated into it. The script `check-weblate.py` script can be used to make a few hundreds weblate API requests to determine this for you automatically. It requires using your weblate API key, which you can find in your [user profile](https://hosted.weblate.org/accounts/profile/#api).