mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
@ -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
|
|
||||||
Reference in New Issue
Block a user