# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 CERN.
# Copyright (C) 2025 KTH Royal Institute of Technology.
#

#
# 1) Create message catalog:
#    $ python setup.py extract_messages
#    $ python setup.py init_catalog -l <lang>
#    $ python setup.py compile_catalog
# 2) Ensure project has been created on Transifex under the inveniosoftware
#    organisation.
# 3) Install the transifex-client
#    $ pip install transifex-client
# 4) Push source (.pot) and translations (.po) to Transifex
#    $ tx push -s -t
# 5) Pull translations for a single language from Transifex
#    $ tx pull -l <lang>
# 6) Pull translations for all languages from Transifex
#    $ tx pull -a

[main]
host = https://app.transifex.com

[o:inveniosoftware:p:invenio:r:flask-security-messages]
file_filter = flask_security/translations/<lang>/LC_MESSAGES/flask_security.po
source_file = flask_security/translations/flask_security.pot
source_lang = en
type = PO
