Merge "Switch default pattern in create-zanata-xml.py"
This commit is contained in:
commit
a86928883c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user