1App::ClusterSSH::L10N(3U)ser Contributed Perl DocumentatiAopnp::ClusterSSH::L10N(3)
2
3
4
6 ClusterSSH::L10N - Base translations module
7
9 use ClusterSSH::L10N;
10 my $lang = ClusterSSH::L10N->get_handle('en');
11 $lang->maketext('text to localise with args [_1]', $arg1);
12
14 Locale::Maketext based translation module for ClusterSSH. See
15 Locale::Maketext for more information and usage.
16
17 NOTE: the default language of this module is English.
18
20 See Locale::Maketext - there are currently no extra methods in this
21 module.
22
24 Duncan Ferguson, "<duncan_j_ferguson at yahoo.co.uk>"
25
27 Copyright 1999-2016 Duncan Ferguson.
28
29 This program is free software; you can redistribute it and/or modify it
30 under the terms of either: the GNU General Public License as published
31 by the Free Software Foundation; or the Artistic License.
32
33 See http://dev.perl.org/licenses/ for more information.
34
35
36
37perl v5.28.0 2018-07-12 App::ClusterSSH::L10N(3)