Module GettextCategorySource

Functions to manipulate category.

Sourcetype category =
  1. | LC_CTYPE
  2. | LC_NUMERIC
  3. | LC_TIME
  4. | LC_COLLATE
  5. | LC_MONETARY
  6. | LC_MESSAGES
  7. | LC_ALL
Sourceval string_of_category : category -> string
Sourceval category_of_string : string -> category
Sourceval categories : category list
Sourceval compare : category -> category -> int
Sourcemodule MapCategory : sig ... end