mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
22 lines
641 B
Plaintext
22 lines
641 B
Plaintext
# -*- coding: utf-8 -*-
|
|
#
|
|
# Copyright (C) 2020-2021 Graz University of Technology.
|
|
#
|
|
# invenio-theme-iform is free software; you can redistribute it and/or
|
|
# modify it under the terms of the MIT License; see LICENSE file for more
|
|
# details.
|
|
#
|
|
# 1) Create message catalog:
|
|
# $ python setup.py extract_messages
|
|
# $ python setup.py update_catalog -l de
|
|
# $ python setup.py compile_catalog
|
|
|
|
[main]
|
|
host = https://www.transifex.com
|
|
|
|
[invenio.invenio-theme-iform-messages]
|
|
file_filter = invenio_theme_iform/translations/<lang>/LC_MESSAGES/messages.po
|
|
source_file = invenio_theme_iform/translations/messages.pot
|
|
source_lang = en
|
|
type = PO
|