diff options
author | Burt P <pburt0@gmail.com> | 2017-07-13 00:50:24 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-19 07:20:33 -0700 |
commit | 1be5e0da8da151fc4bd17ac9f8c335463977d509 (patch) | |
tree | aa45f38577ea26059c3f196acd89323e581bccd9 | |
parent | cded2f8b9f6ed9c477748d56dd0b6b53943df81b (diff) |
Add a CONTRIBUTING file with a note for translators.
Signed-off-by: Burt P <pburt0@gmail.com>
-rw-r--r-- | CONTRIBUTING | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..0b82439a --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,16 @@ +Project +======= + +Issues and Pull Requests via GitHub: + +* https://github.com/lpereira/hardinfo + +Translators +=========== + +If possible, run `bash updatepo.sh` in the po/ directory before begining. +This will regenerate hardinfo.pot and update all the .po files. +Nothing is lost if this isn't done, but it prevents wasting time translating +strings that have changed, or are no longer used. + +DO NOT use `make pot`! |