mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 04:29:21 -02:30
zanata config loc
This commit is contained in:
2
Makefile
2
Makefile
@@ -579,7 +579,7 @@ ui-docker: $(UI_DEPS_FLAG_FILE)
|
|||||||
ui-devel: $(UI_DEPS_FLAG_FILE)
|
ui-devel: $(UI_DEPS_FLAG_FILE)
|
||||||
$(NPM_BIN) --prefix awx/ui run build-devel
|
$(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
|
# todo: include languages target when .po deliverables are added to source control
|
||||||
$(UI_RELEASE_FLAG_FILE): $(UI_DEPS_FLAG_FILE)
|
$(UI_RELEASE_FLAG_FILE): $(UI_DEPS_FLAG_FILE)
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
<config xmlns="http://zanata.org/namespace/config/">
|
|
||||||
<url>https://translate.stage.engineering.redhat.com/</url>
|
|
||||||
<project>ansible-django</project>
|
|
||||||
<project-version>devel</project-version>
|
|
||||||
<project-type>podir</project-type>
|
|
||||||
<src-dir>awx/locale</src-dir>
|
|
||||||
<trans-dir>awx/locale</trans-dir>
|
|
||||||
<rules>
|
|
||||||
<rule>{locale}/LC_MESSAGES/{filename}.po</rule>
|
|
||||||
</rules>
|
|
||||||
</config>
|
|
||||||
@@ -32,7 +32,7 @@ from django.conf import settings
|
|||||||
from django.core.management import call_command
|
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_SETTING = False
|
||||||
MIN_TRANS_PERCENT = '10'
|
MIN_TRANS_PERCENT = '10'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user