1App::ClusterSSH::L10N(3U)ser Contributed Perl DocumentatiAopnp::ClusterSSH::L10N(3)
2
3
4
6 use ClusterSSH::L10N;
7 my $lang = ClusterSSH::L10N->get_handle('en');
8 $lang->maketext('text to localise with args [_1]', $arg1);
9
11 Locale::Maketext based translation module for ClusterSSH. See
12 Locale::Maketext for more information and usage.
13
14 NOTE: the default language of this module is English.
15
17 See Locale::Maketext - there are currently no extra methods in this
18 module.
19
20
21
22perl v5.32.1 2021-01-26 App::ClusterSSH::L10N(3)