From 4bf9ca0242cd7b384f0b80dcbacab5845cf19647 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Wed, 22 Jan 2014 14:11:44 -0700 Subject: [PATCH] Update transifex config file The propose-translation-update job currently fails because of these needed changes to .tx/config With this patch, the translation jobs should start working again. Change-Id: I2ea193104c225567354d434d7a3049b87c34d621 --- .tx/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.tx/config b/.tx/config index 669a5bece8..92920e526f 100644 --- a/.tx/config +++ b/.tx/config @@ -6,43 +6,64 @@ type = PO file_filter = doc/admin-guide-cloud/locale/.po source_file = doc/admin-guide-cloud/locale/admin-guide-cloud.pot source_lang = en +type = PO [openstack-manuals-i18n.common] file_filter = doc/common/locale/.po source_file = doc/common/locale/common.pot source_lang = en +type = PO [openstack-manuals-i18n.config-reference] file_filter = doc/config-reference/locale/.po source_file = doc/config-reference/locale/config-reference.pot source_lang = en +type = PO [openstack-manuals-i18n.high-availability-guide] file_filter = doc/high-availability-guide/locale/.po source_file = doc/high-availability-guide/locale/high-availability-guide.pot source_lang = en +type = PO [openstack-manuals-i18n.image-guide] file_filter = doc/image-guide/locale/.po source_file = doc/image-guide/locale/image-guide.pot source_lang = en +type = PO [openstack-manuals-i18n.install-guide] file_filter = doc/install-guide/locale/.po source_file = doc/install-guide/locale/install-guide.pot source_lang = en +type = PO [openstack-manuals-i18n.security-guide] file_filter = doc/security-guide/locale/.po source_file = doc/security-guide/locale/security-guide.pot source_lang = en +type = PO [openstack-manuals-i18n.user-guide] file_filter = doc/user-guide/locale/.po source_file = doc/user-guide/locale/user-guide.pot source_lang = en +type = PO [openstack-manuals-i18n.user-guide-admin] file_filter = doc/user-guide-admin/locale/.po source_file = doc/user-guide-admin/locale/user-guide-admin.pot source_lang = en +type = PO + +[openstack-manuals-i18n.glossary] +file_filter = doc/glossary/locale/.po +source_file = doc/glossary/locale/glossary.pot +source_lang = en +type = PO + +[openstack-manuals-i18n.training-guides] +file_filter = doc/training-guides/locale/.po +source_file = doc/training-guides/locale/training-guides.pot +source_lang = en +type = PO