fix some missing/broken i18n

This commit is contained in:
Colin Kuskie 2008-10-19 02:11:31 +00:00
parent 2b9da67de4
commit bd99485376
2 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ A string that specifies the language that the user should see. Defaults to the
=cut =cut
my $safeRe = qr/[^\.\w\d\s\/\^\;\?%]/; my $safeRe = qr/[^\.:\w\d\s\/\^\;\?%]/;
sub get { sub get {
my ($self, $id, $namespace, $language) = @_; my ($self, $id, $namespace, $language) = @_;

View file

@ -120,9 +120,9 @@ our $I18N = {
message => q|Cut|, message => q|Cut|,
lastUpdated => 1115150778, lastUpdated => 1115150778,
}, },
'copy' => { 'Copy' => {
message => q|Copy|, message => q|Copy|,
lastUpdated => 1115150778, lastUpdated => 1224381734,
}, },
'paste' => { 'paste' => {
message => q|Paste|, message => q|Paste|,