From ba658c384a313a3d74920a6cceb87de2045cfcc3 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Wed, 24 Aug 2022 12:07:01 +0200 Subject: [PATCH] Add i18n for cloud_captchas --- .tx/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tx/config b/.tx/config index 6d84f32..17151e5 100644 --- a/.tx/config +++ b/.tx/config @@ -67,6 +67,12 @@ source_file = citadel/indico_citadel/translations/messages.pot source_lang = en type = PO +[indico.cloud_captchas-messages] +file_filter = cloud_captchas/indico_cloud_captchas/translations//LC_MESSAGES/messages.po +source_file = cloud_captchas/indico_cloud_captchas/translations/messages.pot +source_lang = en +type = PO + [indico.themes_legacy-messages] file_filter = themes_legacy/indico_themes_legacy/translations//LC_MESSAGES/messages.po source_file = themes_legacy/indico_themes_legacy/translations/messages.pot