]> sipb.mit.edu Git - ikiwiki.git/commitdiff
relocate po directory up a level
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 21 Jul 2009 11:16:26 +0000 (13:16 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 21 Jul 2009 11:16:26 +0000 (13:16 +0200)
IkiWiki/Plugin/po.pm

index 70d678897a137436dbf6d15288206cb75d4200f6..193cf0a543a24f05c5221eb1b8557d83ba38e98e 100644 (file)
@@ -159,8 +159,8 @@ sub checkconfig () {
 
                # Underlays containing the po files for slave languages.
                foreach my $ll (keys %{$config{po_slave_languages}}) {
-                       add_underlay("locale/po/$ll/$underlay")
-                               if -d "$config{underlaydirbase}/locale/po/$ll/$underlay";
+                       add_underlay("po/$ll/$underlay")
+                               if -d "$config{underlaydirbase}/po/$ll/$underlay";
                }
        
                if ($config{po_master_language}{code} ne 'en') {