mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2025-12-20 07:00:05 +01:00
parent
b760a82ac6
commit
0d2dbc6179
4 changed files with 7 additions and 34 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
[main]
|
|
||||||
host = https://www.transifex.com
|
|
||||||
|
|
||||||
[fprintd.fprintd-po-fprintd-pot]
|
|
||||||
file_filter = po/<lang>.po
|
|
||||||
source_file = po/fprintd.pot
|
|
||||||
source_lang = en
|
|
||||||
|
|
||||||
7
README
7
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.
|
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
|
API use cases
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Add table
Reference in a new issue