This commit is contained in:
Matthew Wilson 2006-05-06 14:45:31 +00:00
parent 0912c4f796
commit b9d3e791a1

View file

@ -56,6 +56,8 @@ These functions/methods are available from this package:
This method is used to help developers work with i18n before i18n files This method is used to help developers work with i18n before i18n files
have been created. echo simply returns the internationId. have been created. echo simply returns the internationId.
=cut
sub echo { sub echo {
my ($self, $id, $namespace, $language) = @_; my ($self, $id, $namespace, $language) = @_;
return $id; return $id;