Merge "Switch default pattern in create-zanata-xml.py"

This commit is contained in:
Jenkins 2015-07-22 05:09:59 +00:00 committed by Gerrit Code Review
commit a86928883c

View File

@ -39,7 +39,7 @@ def get_args():
def main():
args = get_args()
rules = args.rule or [('*.pot', '{locale}/LC_MESSAGES/{filename}.po')]
rules = args.rule or [('**/*.pot', '{locale}/LC_MESSAGES/{filename}.po')]
try:
zc = IniConfig(os.path.expanduser('~/.config/zanata.ini'))
ProjectConfig(zc, args.file, rules, project=args.project,