use App::ClusterSSH::L10N;
Contents
Description
Locale::Maketext based translation module for ClusterSSH. See Locale::Maketext for more information and
usage.
Methods
No method are exported. See Locale::Maketext.
perl v5.40.0 2024-10-22 App::ClusterSSH::L10N::en(3pm)
Synopsis
use App::ClusterSSH::L10N;
my $lang = ClusterSSH::L10N->get_handle('en');
$lang->maketext('text to localise with args [_1]', $arg1);
