From: Bernd Bleßmann Date: Mon, 4 Jan 2021 18:08:51 +0000 (+0100) Subject: locales-Skript: POD update X-Git-Tag: kivitendo-mebil_0.1-0~9^2~537 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6644632794a7edb67b32fc799cea783c70d5f65c;p=kivitendo-erp.git locales-Skript: POD update --- diff --git a/scripts/locales.pl b/scripts/locales.pl index 7f1b00624..c81f7b41c 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -765,7 +765,8 @@ locales.pl - Collect strings for translation in kivitendo locales.pl [options] lang_code Options: - -c, --check-files Run extended checks on HTML files + -c, --check-files Run extended checks on HTML files (default) + -n, --no-check-files Do not run extended checks on HTML files -f, --filenames Show the filenames where new strings where found -v, --verbose Be more verbose -h, --help Show this help @@ -778,7 +779,12 @@ locales.pl [options] lang_code Run extended checks on the usage of templates. This can be used to discover HTML templates that are never used as well as the usage of -non-existing HTML templates. +non-existing HTML templates. This is enabled by default. + +=item B<-n>, B<--no-check-files> + +Do not run extended checks on the usage of templates. See +C<--no-check-files>. =item B<-v>, B<--verbose>