From 2ddcffc184497a7e79631cc2f1c707b303b0ec21 Mon Sep 17 00:00:00 2001 From: sundeep-co-in Date: Thu, 27 Oct 2016 22:26:39 +0530 Subject: [PATCH] zanata config loc --- Makefile | 2 +- config/zanata.xml | 12 ------------ tools/scripts/manage_translations.py | 2 +- 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 config/zanata.xml diff --git a/Makefile b/Makefile index 533304ed70..c7b9079b8e 100644 --- a/Makefile +++ b/Makefile @@ -579,7 +579,7 @@ ui-docker: $(UI_DEPS_FLAG_FILE) ui-devel: $(UI_DEPS_FLAG_FILE) $(NPM_BIN) --prefix awx/ui run build-devel -ui-release: languages $(UI_RELEASE_FLAG_FILE) +ui-release: $(UI_RELEASE_FLAG_FILE) # todo: include languages target when .po deliverables are added to source control $(UI_RELEASE_FLAG_FILE): $(UI_DEPS_FLAG_FILE) diff --git a/config/zanata.xml b/config/zanata.xml deleted file mode 100644 index 7ae452a448..0000000000 --- a/config/zanata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - https://translate.stage.engineering.redhat.com/ - ansible-django - devel - podir - awx/locale - awx/locale - - {locale}/LC_MESSAGES/{filename}.po - - diff --git a/tools/scripts/manage_translations.py b/tools/scripts/manage_translations.py index ddbafb3473..d35f89e95d 100644 --- a/tools/scripts/manage_translations.py +++ b/tools/scripts/manage_translations.py @@ -32,7 +32,7 @@ from django.conf import settings from django.core.management import call_command -PROJECT_CONFIG = "config/zanata.xml" +PROJECT_CONFIG = "tools/scripts/zanata_config/backend-trans-config.xml" MIN_TRANS_PERCENT_SETTING = False MIN_TRANS_PERCENT = '10'