Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
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;

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.

AUTHOR
       AEvar Arnfjoer` Bjarmason <avarab@gmail.com>

COPYRIGHT
       Copyright 2010 AEvar Arnfjoer` Bjarmason <avarab@gmail.com>

perl v5.20.2                      2014-12-18                    Git::I18N(3pm)

Czas wygenerowania: 0.00050 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2023 Linux.pl
Hosted by Hosting Linux.pl