final asssetManager i18n re: 4214
This commit is contained in:
parent
d45e17bfa3
commit
0c2ca8184c
5 changed files with 27 additions and 8 deletions
|
|
@ -86,7 +86,7 @@ A string that specifies the language that the user should see. Defaults to the
|
|||
|
||||
=cut
|
||||
|
||||
my $safeRe = qr/[^\.:\w\d\s\/\^\;\?%]/;
|
||||
my $safeRe = qr/[^\.:\w\d\s\/\^\;\?%><]/;
|
||||
|
||||
sub get {
|
||||
my ($self, $id, $namespace, $language) = @_;
|
||||
|
|
|
|||
|
|
@ -4199,6 +4199,18 @@ Users may override this setting in their profile.
|
|||
context => q{Entry for version tag settings},
|
||||
},
|
||||
|
||||
'< prev' => {
|
||||
message => q{< prev},
|
||||
lastUpdated => 1226704984,
|
||||
context => q{i18n label for YUI paginator},
|
||||
},
|
||||
|
||||
'next >' => {
|
||||
message => q{next >},
|
||||
lastUpdated => 1226704984,
|
||||
context => q{i18n label for YUI paginator},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue