From df83a5122842e51cfd6144c8f4def2851c8d7160 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 4 Jul 2014 01:55:43 -0400 Subject: [PATCH] Add the statistics app to the transifex client config file --- .tx/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tx/config b/.tx/config index 17062a0cbc..3297ebc3c5 100644 --- a/.tx/config +++ b/.tx/config @@ -151,6 +151,12 @@ source_lang = en source_file = mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po type = PO +[mayan-edms.apps-statistics] +file_filter = mayan/apps/statistics/locale//LC_MESSAGES/django.po +source_lang = en +source_file = mayan/apps/statistics/locale/en/LC_MESSAGES/django.po +type = PO + [mayan-edms.apps-sources] file_filter = mayan/apps/sources/locale//LC_MESSAGES/django.po source_lang = en