Index of values


A
add_po_translation_aux [GettextPo_utils]
add_po_translation_domain [GettextPo]
add_po_translation_domain po domain (comment_lst,location_lst,translation) : add a translation to the already defined translation with the domain defined.
add_po_translation_domain [GettextPo_utils]
add_po_translation_no_domain [GettextPo]
add_po_translation_no_domain po (comment_lst,location_lst,translation) : add a translation to a corpus of already defined translation with no domain defined.
add_po_translation_no_domain [GettextPo_utils]
add_textdomain [GettextRealize.Generic]
add_textdomain_category [GettextRealize.Generic]

B
bind_textdomain_codeset [GettextCompat]
bind_textdomain_codeset textdomain codeset Set the codeset to use for the specified domain.
bindtextdomain [GettextCompat]
bindtextdomain textdomain dir Set the default base directory for the specified domain.
byte_of_int32 [GettextMo_int32]

C
categories [GettextCategory]
category_of_string [GettextCategory]
check_format [GettextFormat]
check_format failsafe translation Returns a translation structure if all the string contained in the translation are equivalent of str_id, regarding printf format.
check_mo_header [GettextMo]
codeset [GettextTypes.INIT_TYPE]
compare [GettextCategory]
compile [GettextCompile]
compile input_po output_mo : create a binary representation of the PO file provided as input_pot.
copyright [GettextConfig]
create [GettextCharset.CHARSET_TYPE]
create in_enc out_enc : create a new charset converter from charset in_enc to out_enc.
create [GettextCharset.Dummy]
create [GettextTranslate.TRANSLATE_TYPE]
create t filename recode : Create a translation table using filename as the mo file and recode as the encoding converter.
create [GettextTranslate.Open]
create [GettextTranslate.Hashtbl]
create [GettextTranslate.Map]
create [GettextTranslate.Dummy]
create [GettextModules]
create_locale [GettextLocale_types]

D
dcgettext [GettextCompat]
dcgettext t' textdomain str category Translate the string str for the specified domain and category.
dcngettext [GettextCompat]
dcngettext t' textdomain str str_plural n category Translate the string str using a plural form for the specified domain and category.
default_codeset [GettextConfig]
default_dir [GettextConfig]
default_path [GettextConfig]
dependencies [GettextTypes.INIT_TYPE]
dgettext [GettextCompat]
dgettext t' textdomain str Translate the string str for the specified domain.
dir [GettextTypes.INIT_TYPE]
dngettext [GettextCompat]
dngettext t' textdomain str str_plural n Translate the string str using a plural form for the specified domain.

E
empty_po [GettextPo]
empty_po : value representing an empty PO
empty_po [GettextPo_utils]
extract [GettextCompile]
extract cmd default_option file_options src_files ppf : extract the translatable strings from all the src_files provided.

F
f_ [Gettext.Program]
Seed
f_ [Gettext.Library]
Translate a Printf singular argument.
fail_or_continue [GettextUtils]
fdcgettext [GettextCompat]
fdcgettext t' textdomain str category dcgettext returning format.
fdcngettext [GettextCompat]
fdcngettext t' textdomain str str_plural n category dcngettext returning format.
fdgettext [GettextCompat]
fdgettext t' textdomain str dgettext returning format.
fdngettext [GettextCompat]
fdngettext t' textdomain str str_plural n dngettext returning format.
fgettext [GettextCompat]
fgettext t' str gettext returning format.
find [GettextDomain]
fn_ [Gettext.Program]
Seed
fn_ [Gettext.Library]
Translate a Printf plural argument.
fngettext [GettextCompat]
fngettext t' str str_plural n ngettext returning format.
fold_mo [GettextMo]

G
germanic_plural [GettextMo]
get_locale [GettextLocale.LOCALE_TYPE]
get_locale t cat : Return the value of locale and encoding for cat.
get_locale [GettextLocale.Posix]
get_textdomain [GettextCompat]
get_textdomain t Returns the current text domain.
get_translated_value [GettextMo]
gettext [GettextCompat]
gettext t' str Translate the string str.

I
init [Gettext.Program]
The first element is a Arg argument list.
init [Gettext.Library]
Definition of all variables required by ocaml-gettext to use this module (includes all the dependencies of the library, as defined in GettextTypes.Init).
init [Gettext]
Value of the dependencies for the initialization of the library Gettext (for translating exception and help message)
input_int32 [GettextMo_int32]
input_int32_pair [GettextMo_int32]
input_int32_pair_string [GettextMo_int32]
input_mo_header [GettextMo]
input_mo_informations [GettextMo]
input_mo_translated [GettextMo]
input_mo_translation [GettextMo]
input_mo_untranslated [GettextMo]
input_po [GettextPo]
install [GettextCompile]
install destdir language category textdomain fln : copy the given filename ( should be a MO file ) to the filename defined by all the other parameters ( typically destdir/language/category/textdomain.mo ).
int32_of_byte [GettextMo_int32]

M
make_filename [GettextDomain]
merge [GettextCompile]
merge fln_pot fln_po_lst backup_ext : use fln_pot as a POT file and merge the current content of the listed PO file ( fln_po_lst ) with it.
merge_po [GettextPo]
merge_po po1 po2 : merge two PO.
merge_pot [GettextPo]
merge_pot po pot : merge a PO with a POT.
mo_sig_be [GettextMo]
mo_sig_le [GettextMo]
msgfmt [GettextPo_parser]

N
ngettext [GettextCompat]
ngettext t' str str_plural n Translate the string str using a plural form.

O
output_int32 [GettextMo_int32]
output_int32_pair [GettextMo_int32]
output_mo [GettextMo]
output_mo_header [GettextMo]
output_po [GettextPo]

P
po_of_filename [GettextCompile]
posix_getenv [GettextLocale]
Return the best value of environnement variable, that can be found according to the priority defined in gettext.

R
realize [GettextDummy.Generic]
realize [GettextRealize.Generic]
recode [GettextCharset.CHARSET_TYPE]
recode str enc : return a transcoded string according to enc.
recode [GettextCharset.Dummy]

S
s_ [Gettext.Program]
Seed
s_ [Gettext.Library]
Translate a singular string.
sn_ [Gettext.Program]
Seed
sn_ [Gettext.Library]
Translate a plural string.
split_plural [GettextUtils]
string_of_category [GettextCategory]
string_of_exception [Gettext]
Return the string representation of a ocaml-gettext exception.
string_of_list [GettextUtils]
string_of_mo_header [GettextMo]
string_of_mo_informations [GettextMo]

T
textdomain [GettextTypes.INIT_TYPE]
textdomain [GettextCompat]
textdomain domain t Set the current text domain.
translate [GettextTranslate.TRANSLATE_TYPE]
translate str (plural_form,number) tbl : translate the string str using tbl.
translate [GettextTranslate.Open]
translate [GettextTranslate.Hashtbl]
translate [GettextTranslate.Map]
translate [GettextTranslate.Dummy]
translation_of_po_translation [GettextPo]

U
uninstall [GettextCompile]
uninstall orgdir language category textdomain : remove the MO file defined by all the other parameters ( typically destdir/language/category/textdomain.mo ).
upgrade_textdomain [GettextModules]

V
version [GettextConfig]