Back to generating a pot file into trunk/po of i18n repo (it's useful for translators who want to start a new translation without be able to generate their own po!).

This commit is contained in:
Bastien Montagne
2012-10-26 13:15:14 +00:00
parent 2821f822c5
commit 7013931b14
2 changed files with 10 additions and 11 deletions

View File

@@ -236,8 +236,8 @@ def merge_messages(msgs, states, messages, do_checks, spell_cache):
def main():
parser = argparse.ArgumentParser(description="Update blender.pot file " \
"from messages.txt")
parser = argparse.ArgumentParser(description="Update blender.pot file from messages.txt and source code parsing, "
"and performs some checks over msgids.")
parser.add_argument('-w', '--warning', action="store_true",
help="Show warnings.")
parser.add_argument('-i', '--input', metavar="File",