Games::Risk::I18N - game internationalization


Games-Risk documentation  | view source Contained in the Games-Risk distribution.

Index


NAME

Top

Games::Risk::I18N - game internationalization

VERSION

Top

version 3.103040

SYNOPSIS

Top

    use Games::Risk::I18N;
    say T('message');

DESCRIPTION

Top

This module handles the game's internationalization (i18n). It is using Locale::TextDomain underneath, so refer to this module's documentation for more information.

METHODS

Top

my $locstr = T( $string );

Performs a call to gettext on $string, convert it from utf8 and return the result.

AUTHOR

Top

  Jerome Quelin

COPYRIGHT AND LICENSE

Top


Games-Risk documentation  | view source Contained in the Games-Risk distribution.