1App::ClusterSSH::L10N::Uesne(r3)Contributed Perl DocumenAtpapt:i:oCnlusterSSH::L10N::en(3)
2
3
4
6 App::ClusterSSH::L10N::en - Base English translations module
7
9 use App::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
18 No method are exported. See Locale::Maketext.
19
21 Duncan Ferguson, "<duncan_j_ferguson at yahoo.co.uk>"
22
24 Copyright 1999-2016 Duncan Ferguson.
25
26 This program is free software; you can redistribute it and/or modify it
27 under the terms of either: the GNU General Public License as published
28 by the Free Software Foundation; or the Artistic License.
29
30 See http://dev.perl.org/licenses/ for more information.
31
32
33
34perl v5.28.1 2019-01-31 App::ClusterSSH::L10N::en(3)