diff --git a/How-to-translate.md b/How-to-translate.md index ca812bd..3a89e9a 100644 --- a/How-to-translate.md +++ b/How-to-translate.md @@ -17,6 +17,7 @@ We will begin with the simplest translations: + ### .po gettext translation convention - Please fill out translations even if they're the same, like digits. - Please don't translate words with big letters, for example `ERROR`. @@ -86,3 +87,8 @@ msgstr "" - Open `src/pam_panic/man/Makefile.am` and put your new language in the `nobase_dist_cant_believe_its_not_man_DATA` list. Note that you have to add a `\` at the end of the last entry. It will look like "/man8/pam_panic.8.gz \". - Same thing for `src/pam_panic_pw/man/Makefile.am`. + +## Send a pull request + +After you're satisfied with your work, make a pull request. +