Git::I18N (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Git::I18N - Perl interface to Git's Gettext localizationsSYNOPSIS
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.