summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNBrowse.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-16 18:41:57 +0200
committerYorhel <git@yorhel.nl>2009-08-17 16:27:16 +0200
commit472f4055f3da696c8e4dd63eb34c538ec5d53a73 (patch)
treea5c91e35595b5f5926711fe2df7366c0061d55ef /lib/VNDB/Handler/VNBrowse.pm
parentee47664ade604832bfb3ce56ea8490bdb4592c47 (diff)
L10N: Moved some functions from Func.pm to L10N.pm and added Russian quant() and age()
Diffstat (limited to 'lib/VNDB/Handler/VNBrowse.pm')
-rw-r--r--lib/VNDB/Handler/VNBrowse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNBrowse.pm b/lib/VNDB/Handler/VNBrowse.pm
index 3b8dc2ab..e11a2942 100644
--- a/lib/VNDB/Handler/VNBrowse.pm
+++ b/lib/VNDB/Handler/VNBrowse.pm
@@ -111,7 +111,7 @@ sub list {
for (reverse sort split /\//, $l->{c_languages});
end;
td class => 'tc4';
- lit monthstr $l->{c_released};
+ lit $self->{l10n}->monthstr($l->{c_released});
end;
td class => 'tc5', sprintf '%.2f', $l->{c_popularity}*100;
end;