IkiWiki::Plugin::syntax::gettext - Fake gettext function


IkiWiki-Plugin-syntax documentation  | view source Contained in the IkiWiki-Plugin-syntax distribution.

Index


NAME

Top

IkiWiki::Plugin::syntax::gettext - Fake gettext function

VERSION

Top

This documentation refers to IkiWiki::Plugin::syntax::gettext version 0.1

SYNOPSIS

Top

    package IkiWiki::Plugin::syntax:XXXX;

    use IkiWiki;
	use IkiWiki::Plugin::syntax::gettext;

    ....
        my $text = gettext('Hola');

DESCRIPTION

Top

This module provides a fake gettext function in case of use a IkiWiki old version.

SUBROUTINES/METHODS

Top

gettext( )

This function returns the first parameter received.

BUGS AND LIMITATIONS

Top

There are no known bugs in this module. Please report problems to the author. Patches are welcome.

AUTHOR

Top

Víctor Moral <victor@taquiones.net>

LICENSE AND COPYRIGHT

Top


IkiWiki-Plugin-syntax documentation  | view source Contained in the IkiWiki-Plugin-syntax distribution.