NAME
Locale::TextDomain::OO::Lexicon::Role::GettextToMaketext - Style formatter
$Id: GettextToMaketext.pm 413 2013-10-27 13:12:20Z steffenw $
$HeadURL: svn+ssh://steffenw@svn.code.sf.net/p/perl-gettext-oo/code/module/trunk/lib/Locale/TextDomain/OO/Lexicon/Role/GettextToMaketext.pm $
VERSION
1.000
DESCRIPTION
This module provides a method to format from gettext style into maketext style.
SYNOPSIS
with qw(
Locale::TextDomain::OO::Lexicon::Role::GettextToMaketext
);
SUBROUTINES/METHODS
method gettext_to_maketext
Formats msgid and msgstr if exists from gettext style into maketext style.
$self->gettext_to_maketext($messages_ref);
EXAMPLE
Inside of this distribution is a directory named example. Run this *.pl files.
DIAGNOSTICS
none
CONFIGURATION AND ENVIRONMENT
none
DEPENDENCIES
Locale::Utils::PlaceholderMaketext
INCOMPATIBILITIES
not known
BUGS AND LIMITATIONS
none
SEE ALSO
AUTHOR
Steffen Winkler
LICENSE AND COPYRIGHT
Copyright (c) 2013, Steffen Winkler <steffenw at cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.