DOKK / manpages / debian 10 / clusterssh / App::ClusterSSH::L10N.3pm.en
App::ClusterSSH::L10N(3pm) User Contributed Perl Documentation App::ClusterSSH::L10N(3pm)

ClusterSSH::L10N - Base translations module

    use ClusterSSH::L10N;
    my $lang = ClusterSSH::L10N->get_handle('en');
    $lang->maketext('text to localise with args [_1]', $arg1);

Locale::Maketext based translation module for ClusterSSH. See Locale::Maketext for more information and usage.

NOTE: the default language of this module is English.

See Locale::Maketext - there are currently no extra methods in this module.

Duncan Ferguson, "<duncan_j_ferguson at yahoo.co.uk>"

Copyright 1999-2016 Duncan Ferguson.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2018-11-08 perl v5.28.0