summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSylvain Bentz <sbentz@ec-m.fr>2018-02-10 19:51:20 +0100
committerSylvain Bentz <sbentz@ec-m.fr>2018-02-10 19:51:20 +0100
commita5a8d526783c8e5e5ef5a7672d0c89a44bb3afcf (patch)
tree4e6474047d5b50ee1426e38af4fa5cc0c4a9c989 /CONTRIBUTING.md
parentd3787d2faac33b1441972c607622f992c17dfe67 (diff)
Update CONTRIBUTING.md
- Typo - TRANSLATIONS from src/src.pro moved to qtpass.pro - Fix a broken link
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b8c49f02..6d19bc79 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,17 +6,17 @@ Thank you for wanting to contribute to making QtPass awesome.
## This document
-This document is stil in a very early stage and needs a lot more work.
+This document is still in a very early stage and needs a lot more work.
## Translations
-* Add you language to the `src/src.pro` file
+* Add you language to the `qtpass.pro` file
under TRANSLATIONS and in the `resources.qrc` file.
* Next run the command `lupdate qtpass.pro` which will create the localization files.
* Edit your file with (let's imagine your language is sv_SE (Swedish)
`linguist localization/localization_sv_SE.ts`
-Qt Linguist has very nice in-context translation options [for translators](https://doc-snapshots.qt.io/qt5-5.6/linguist-translators.html)
+Qt Linguist has very nice in-context translation options [for translators](https://doc.qt.io/qt-5/linguist-translators.html)
## IRC