diff --git a/.tx/config b/.tx/config index 0a58a9a444..6b1ea855d0 100644 --- a/.tx/config +++ b/.tx/config @@ -139,6 +139,12 @@ source_lang = en source_file = mayan/apps/registration/locale/en/LC_MESSAGES/django.po type = PO +[mayan-edms.apps-rest_api] +file_filter = mayan/apps/rest_api/locale//LC_MESSAGES/django.po +source_lang = en +source_file = mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po +type = PO + [mayan-edms.apps-smart_settings] file_filter = mayan/apps/smart_settings/locale//LC_MESSAGES/django.po source_lang = en diff --git a/contrib/scripts/process_messages.py b/contrib/scripts/process_messages.py index 84a7a0a8b3..b915714bba 100755 --- a/contrib/scripts/process_messages.py +++ b/contrib/scripts/process_messages.py @@ -8,7 +8,7 @@ import sh APP_LIST = ('acls', 'checkouts', 'common', 'converter', 'django_gpg', 'documents', 'document_comments', 'document_indexing', 'document_signatures', 'document_states', 'dynamic_search', 'events', 'folders', 'installation', 'linking', 'mailer', 'main', 'metadata', 'navigation', - 'ocr', 'permissions', 'project_setup', 'project_tools', 'registration', + 'ocr', 'permissions', 'project_setup', 'project_tools', 'registration', 'rest_api', 'smart_settings', 'sources', 'statistics', 'tags', 'user_management') LANGUAGE_LIST = ('ar', 'bg', 'bs_BA', 'da', 'de_CH', 'de_DE', 'en', 'es', 'fa', 'fr', 'hu', 'hr_HR', 'id', 'it', 'lv', 'nb', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO', 'ru', 'sl_SI', 'sq', 'tr_TR', 'vi_VN', 'zh_CN', 'zh_TW')