diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 86adac7..0000000 --- a/.tx/config +++ /dev/null @@ -1,8 +0,0 @@ -[main] -host = https://www.transifex.com - -[fprintd.fprintd-po-fprintd-pot] -file_filter = po/.po -source_file = po/fprintd.pot -source_lang = en - diff --git a/README b/README index 00ea9a5..dd81c64 100644 --- a/README +++ b/README @@ -12,6 +12,13 @@ Licensed under the GPL version 2 or any later version (see COPYING). A PAM login module is included in the 'pam' directory. +Translating +=========== + +fprintd and pam_fprintd are translated using weblate. Please visit +https://translate.fedoraproject.org/projects/fprintd/ to contribute +translations. + API use cases ============= diff --git a/README.transifex b/README.transifex deleted file mode 100644 index c391636..0000000 --- a/README.transifex +++ /dev/null @@ -1,17 +0,0 @@ -Updating translations -===================== - -The update-transifex.sh script should be run regularly to both pull -translations from the Transifex service, and push new strings to translate. - -Transifex.net Token Verification -================================ - -The list of tokens below guarantee the respective users to be able to enable -submission on components using the following repository url: - -https://gitlab.freedesktop.org/libfprint/fprintd/ - -Tokens: - -dKfMSehAGCsQ5gxT4r2DAp9PyEMsKAMp / hadess diff --git a/update-transifex.sh b/update-transifex.sh deleted file mode 100755 index 33512a1..0000000 --- a/update-transifex.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -test -f .tx/config || exit 1 - -echo Pulling translations from Transifex -tx --root `dirname $0` pull --all --force --skip - -echo Pushing strings to Transifex -tx push --source