Git::I18N man page on Kali

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

Git::I18N(3pm)	      User Contributed Perl Documentation	Git::I18N(3pm)

NAME
       Git::I18N - Perl interface to Git's Gettext localizations

SYNOPSIS
	       use Git::I18N;

	       print __("Welcome to Git!\n");

	       printf __("The following error occurred: %s\n"), $error;

	       printf __n("committed %d file\n", "committed %d files\n", $files), $files;

DESCRIPTION
       Git's internal Perl interface to gettext via Locale::Messages. If
       Locale::Messages can't be loaded (it's not a core module) we provide
       stub passthrough fallbacks.

       This is a distilled interface to gettext, see "info '(gettext)Perl'"
       for the full interface. This module implements only a small part of it.

FUNCTIONS
   __($)
       Locale::Messages's gettext function if all goes well, otherwise our
       passthrough fallback function.

   __n($$$)
       Locale::Messages's ngettext function or passthrough fallback function.

   N__($)
       No-operation that only returns its argument. Use this if you want
       xgettext to extract the text to the pot template but do not want to
       trigger retrival of the translation at run time.

AUTHOR
       Ævar Arnfjörð Bjarmason <avarab@gmail.com>

COPYRIGHT
       Copyright 2010 Ævar Arnfjörð Bjarmason <avarab@gmail.com>

perl v5.26.1			  2017-12-23			Git::I18N(3pm)
[top]

List of man pages available for Kali

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