X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ce404d1afba755ca09ffb62b5d649259da503d4e..9d106676b8b122b5458360c28e9ab14363d11aea:/script/misc/update-wiki-pages diff --git a/script/misc/update-wiki-pages b/script/misc/update-wiki-pages index be69b2c4a..0bef30d03 100755 --- a/script/misc/update-wiki-pages +++ b/script/misc/update-wiki-pages @@ -63,6 +63,7 @@ for my $lang ('', map { "${_}:" } qw[ Pt Fi De It HU Cz Fr RU Pl ]) { # Key pages ok(1, " Getting key pages"); my $cnt = stick_content_in_hash("key", "Template:${lang}KeyDescription", \%feature); + $cnt += stick_content_in_hash("key", "Template:${lang}Feature", \%feature); ok(1, " Got $cnt key pages"); $count{key} += $cnt;