The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HON::I18N::Converter - perl I18N Converter

VERSION

Version 0.03

SYNOPSIS

Convert Excel (2003) i18n file to another format

    use HON::I18N::Converter;

    my $converter = HON::I18N::Converter->new( excel => 'path/to/my/file.xls' );
    $converter->build_properties_file('INI', 'destination/folder/', $comment);
    ...

DESCRIPTION

perl I18N Converter

SUBROUTINES/METHODS

$self->build_properties_file()

Convert Excel file to INI or Jquery i18n plugin

AUTHOR

Samia Chahlal, <samia.chahlal at yahoo.com>

BUGS AND LIMITATIONS

Please report any bugs or feature requests to bug-hon-i18n-converter at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HON-I18N-Converter. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc HON::I18N::Converter

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2013 Samia Chahlal.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.