The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Games::Risk::I18n - internationalization utilities for prisk

VERSION

version 3.112820

SYNOPSIS

    use Games::Risk::I18n qw{ T };
    say T('message');

DESCRIPTION

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

my $locstr = T( $string )

Performs a call to gettext on $string, convert it from utf8 and return the result. Note that i18n is using Locale::TextDomain underneath, so refer to this module for more information.

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

This software is Copyright (c) 2008 by Jerome Quelin.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007