From b949c120a0897ec7331d31a3184b4c6c065880e8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 10 Oct 2012 09:54:34 -0400 Subject: [PATCH] Add source file, add bootstrap and registration apps to transifex config file --- .tx/config | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/.tx/config b/.tx/config index b36ac9a26e..bda20a0b0a 100644 --- a/.tx/config +++ b/.tx/config @@ -4,107 +4,173 @@ host = https://www.transifex.net [mayan-edms.apps-acls] file_filter = apps/acls/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/acls/locale/en/LC_MESSAGES/django.po +type = PO + +[mayan-edms.apps-bootstrap] +file_filter = apps/bootstrap/locale//LC_MESSAGES/django.po +source_lang = en +source_file = apps/bootstrap/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-checkouts] file_filter = apps/checkouts/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/checkouts/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-common] file_filter = apps/common/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/common/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-converter] file_filter = apps/converter/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/converter/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-django_gpg] file_filter = apps/django_gpg/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/django_gpg/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-documents] file_filter = apps/documents/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/documents/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-document_comments] file_filter = apps/document_comments/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/document_comments/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-document_indexing] file_filter = apps/document_indexing/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/document_indexing/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-document_signatures] file_filter = apps/document_signatures/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/document_signatures/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-dynamic_search] file_filter = apps/dynamic_search/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/dynamic_search/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-folders] file_filter = apps/folders/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/folders/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-history] file_filter = apps/history/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/history/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-installation] file_filter = apps/installation/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/installation/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-linking] file_filter = apps/linking/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/linking/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-main] file_filter = apps/main/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/main/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-metadata] file_filter = apps/metadata/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/metadata/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-navigation] file_filter = apps/navigation/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/navigation/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-ocr] file_filter = apps/ocr/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/ocr/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-permissions] file_filter = apps/permissions/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/permissions/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-project_setup] file_filter = apps/project_setup/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/project_setup/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-project_tools] file_filter = apps/project_tools/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/project_tools/locale/en/LC_MESSAGES/django.po +type = PO + +[mayan-edms.apps-registration] +file_filter = apps/registration/locale//LC_MESSAGES/django.po +source_lang = en +source_file = apps/registration/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-scheduler] file_filter = apps/scheduler/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/scheduler/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-smart_settings] file_filter = apps/smart_settings/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/smart_settings/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-sources] file_filter = apps/sources/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/sources/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-tags] file_filter = apps/tags/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/tags/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-user_management] file_filter = apps/user_management/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/user_management/locale/en/LC_MESSAGES/django.po +type = PO [mayan-edms.apps-web_theme] file_filter = apps/web_theme/locale//LC_MESSAGES/django.po source_lang = en +source_file = apps/web_theme/locale/en/LC_MESSAGES/django.po +type = PO