Disable translations completely

Babel 2.3.3 has broken all python projects. I expect that with the way
Zanata works, we will get back all strings but right now all log-level
strings are extracted in the wrong way.

Temporarily disable translations completely. We do not loose any data
due to this and win time to discuss a proper plan.

Change-Id: Iae8d6b32736b1dd9cff3142c00a27399e4862304
This commit is contained in:
Andreas Jaeger 2016-04-13 10:34:44 +02:00
parent e43a820750
commit 5e64905611
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,10 @@
# License for the specific language governing permissions and limitations
# under the License.
# TODO(jaegerandi): Remove once babel works again
# See https://github.com/python-babel/babel/issues/388
exit 0
PROJECT=$1
BRANCH=$2
# Replace /'s in the branch name with -'s because Zanata does not

View File

@ -12,6 +12,10 @@
# License for the specific language governing permissions and limitations
# under the License.
# TODO(jaegerandi): Remove once babel works again
# See https://github.com/python-babel/babel/issues/388
exit 0
PROJECT=$1
# Replace /'s in branch names with -'s because Zanata doesn't