From 31bf58574fd9cd71cd2d26ca75e73cee8a6edc64 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 23 May 2025 12:53:28 +0100 Subject: [PATCH] Removed translation config --- .tx/config | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .tx/config diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 5903fc7..0000000 --- a/.tx/config +++ /dev/null @@ -1,21 +0,0 @@ -# -*- 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//LC_MESSAGES/messages.po -source_file = invenio_theme_iform/translations/messages.pot -source_lang = en -type = PO