From 47b11addd952f4b5ca444d203e7f8b2d55f4db56 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Fri, 2 Oct 2015 03:51:13 +0200 Subject: [PATCH] Added an updated messages.pot. The only thing that has changed since the last .pot file is the help text (--help). New text has been added to the documentation for the "-x" flag and the "-f" flag. --- gitinspector/translations/messages.pot | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gitinspector/translations/messages.pot b/gitinspector/translations/messages.pot index 37097c3..4570fbf 100644 --- a/gitinspector/translations/messages.pot +++ b/gitinspector/translations/messages.pot @@ -24,9 +24,9 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.1\n" +"Project-Id-Version: gitinspector 0.4.2dev\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" -"POT-Creation-Date: 2014-11-29 05:20+0100\n" +"POT-Creation-Date: 2015-10-02 03:35+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Adam Waldenberg \n" "MIME-Version: 1.0\n" @@ -183,6 +183,8 @@ msgid "" " include when computing statistics. The\n" " default extensions used are:\n" " {1}\n" +" Specifying * includes files with no\n" +" extension, while ** includes all files\n" " -F, --format=FORMAT define in which format output should be\n" " generated; the default format is 'text' and\n" " the available formats are:\n" @@ -210,7 +212,8 @@ msgid "" " -w, --weeks[=BOOL] show all statistical information in weeks\n" " instead of in months\n" " -x, --exclude=PATTERN an exclusion pattern describing the file\n" -" paths, revisions, author names or author\n" +" paths, revisions, revisions with certain\n" +" commit messages, author names or author\n" " emails that should be excluded from the\n" " statistics; can be specified multiple times\n" " -h, --help display this help and exit\n"