diff options
Diffstat (limited to 'doc/docgen.pl')
-rw-r--r-- | doc/docgen.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docgen.pl b/doc/docgen.pl index 5c0e8be66..bf632fa2b 100644 --- a/doc/docgen.pl +++ b/doc/docgen.pl @@ -53,7 +53,7 @@ my $version = "0.1"; my $default_path = "~/src/weechat/doc"; # list of locales for which we want to build XML doc files to include -my @all_locale_list = qw(en_US fr_FR it_IT); +my @all_locale_list = qw(en_US fr_FR it_IT de_DE); # all commands/options/.. of following plugins will produce a file # non-listed plugins will be ignored |