Locale::Msgfmt man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Locale::Msgfmt(3)     User Contributed Perl Documentation    Locale::Msgfmt(3)

NAME
       Locale::Msgfmt - Compile .po files to .mo files

SYNOPSIS
       This module does the same thing as msgfmt from GNU gettext-tools,
       except this is pure Perl. The interface is best explained through
       examples:

	 use Locale::Msgfmt;

	 # Compile po/fr.po into po/fr.mo
	 msgfmt({in => "po/fr.po", out => "po/fr.mo"});

	 # Compile po/fr.po into po/fr.mo and include fuzzy translations
	 msgfmt({in => "po/fr.po", out => "po/fr.mo", fuzzy => 1});

	 # Compile all the .po files in the po directory, and write the .mo
	 # files to the po directory
	 msgfmt("po/");

	 # Compile all the .po files in the po directory, and write the .mo
	 # files to the po directory, and include fuzzy translations
	 msgfmt({in => "po/", fuzzy => 1});

	 # Compile all the .po files in the po directory, and write the .mo
	 # files to the output directory, creating the output directory if
	 # it doesn't already exist
	 msgfmt({in => "po/", out => "output/"});

	 # Compile all the .po files in the po directory, and write the .mo
	 # files to the output directory, and include fuzzy translations
	 msgfmt({in => "po/", out => "output/", fuzzy => 1});

	 # Compile po/fr.po into po/fr.mo
	 msgfmt("po/fr.po");

	 # Compile po/fr.po into po/fr.mo and include fuzzy translations
	 msgfmt({in => "po/fr.po", fuzzy => 1});

COPYRIGHT & LICENSE
       Copyright 2009 Ryan Niebur, all rights reserved.

       This program is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

perl v5.14.0			  2010-11-03		     Locale::Msgfmt(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net