projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b316d
)
relocate po directory up a level
author
Joey Hess
<joey@gnu.kitenet.net>
Tue, 21 Jul 2009 11:16:26 +0000
(13:16 +0200)
committer
Joey Hess
<joey@gnu.kitenet.net>
Tue, 21 Jul 2009 11:16:26 +0000
(13:16 +0200)
IkiWiki/Plugin/po.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/po.pm
b/IkiWiki/Plugin/po.pm
index 70d678897a137436dbf6d15288206cb75d4200f6..193cf0a543a24f05c5221eb1b8557d83ba38e98e 100644
(file)
--- a/
IkiWiki/Plugin/po.pm
+++ b/
IkiWiki/Plugin/po.pm
@@
-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') {