Merge "Remove empty tacker.pot"

This commit is contained in:
Jenkins 2016-02-11 19:52:49 +00:00 committed by Gerrit Code Review
commit a4d5f8f8f3
2 changed files with 1 additions and 19 deletions

View File

@ -1,18 +0,0 @@
# Translations template for tacker.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the tacker project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: tacker 2014.2.dev124.g431937c\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-21 06:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"

View File

@ -36,7 +36,7 @@ sitepackages = True
commands =
flake8
tacker-db-manage check_migration
bash -c "find tacker -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
bash -c "find tacker -type f -regex '.*\.pot?' -print0|xargs -0 --no-run-if-empty -n 1 msgfmt --check-format -o /dev/null"
whitelist_externals = bash
[testenv:i18n]