Revision 66446327
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
scripts/locales.pl | ||
---|---|---|
765 | 765 |
locales.pl [options] lang_code |
766 | 766 |
|
767 | 767 |
Options: |
768 |
-c, --check-files Run extended checks on HTML files |
|
768 |
-c, --check-files Run extended checks on HTML files (default) |
|
769 |
-n, --no-check-files Do not run extended checks on HTML files |
|
769 | 770 |
-f, --filenames Show the filenames where new strings where found |
770 | 771 |
-v, --verbose Be more verbose |
771 | 772 |
-h, --help Show this help |
... | ... | |
778 | 779 |
|
779 | 780 |
Run extended checks on the usage of templates. This can be used to |
780 | 781 |
discover HTML templates that are never used as well as the usage of |
781 |
non-existing HTML templates. |
|
782 |
non-existing HTML templates. This is enabled by default. |
|
783 |
|
|
784 |
=item B<-n>, B<--no-check-files> |
|
785 |
|
|
786 |
Do not run extended checks on the usage of templates. See |
|
787 |
C<--no-check-files>. |
|
782 | 788 |
|
783 | 789 |
=item B<-v>, B<--verbose> |
784 | 790 |
|
Auch abrufbar als: Unified diff
locales-Skript: POD update