From 0d2dbc617970a1aa4ff73bc1b4e2aa546bd2b84d Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 30 Jun 2021 14:17:28 +0200 Subject: [PATCH] Switch to the Fedora weblate instance for translations Closes: #78 --- .tx/config | 8 -------- README | 7 +++++++ README.transifex | 17 ----------------- update-transifex.sh | 9 --------- 4 files changed, 7 insertions(+), 34 deletions(-) delete mode 100644 .tx/config delete mode 100644 README.transifex delete mode 100755 update-transifex.sh 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