]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
replace N/A with 0
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 16 Aug 2009 01:08:17 +0000 (21:08 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 16 Aug 2009 01:08:17 +0000 (21:08 -0400)
I think the N/A was not intended to be visible, but it can show up as the
percent translated to a language. This happens if the page is located in an
underlay, and not translated to the language in any other underlay.

IkiWiki/Plugin/po.pm

index 1bf0b72e3f324f3e3abdcbe81bf47db2e27d1d68..ce32aab050df4d61b6a0147aa4aa1a44acc82c10 100644 (file)
@@ -891,7 +891,7 @@ sub percenttranslated ($) {
        my $page=shift;
 
        $page=~s/^\///;
-       return gettext("N/A") unless istranslation($page);
+       return gettext("0") unless istranslation($page);
        my $file=srcfile($pagesources{$page});
        my $masterfile = srcfile($pagesources{masterpage($page)});
        my %options = (