var searchIndex = {}; searchIndex["gettext_rs"] = {"doc":"# gettext C library FFI binding for Rust","items":[[4,"LocaleCategory","gettext_rs","Locale category enum ported from locale.h",null,null],[13,"LcCType","","Character classification and case conversion.",0,null],[13,"LcNumeric","","Non-monetary numeric formats.",0,null],[13,"LcTime","","Date and time formats.",0,null],[13,"LcCollate","","Collation order.",0,null],[13,"LcMonetary","","Monetary formats.",0,null],[13,"LcMessages","","Formats of informative and diagnostic messages and interactive responses.",0,null],[13,"LcAll","","For all.",0,null],[13,"LcPaper","","Paper size.",0,null],[13,"LcName","","Name formats.",0,null],[13,"LcAddress","","Address formats and location information.",0,null],[13,"LcTelephone","","Telephone number formats.",0,null],[13,"LcMeasurement","","Measurement units (Metric or Other).",0,null],[13,"LcIdentification","","Metadata about the locale information.",0,null],[5,"gettext","","Translate msgid to localized message from default domain",null,{"inputs":[{"name":"t"}],"output":{"name":"string"}}],[5,"dgettext","","Translate msgid to localized message from specified domain",null,{"inputs":[{"name":"t"},{"name":"t"}],"output":{"name":"string"}}],[5,"dcgettext","","Translate msgid to localized message from specified domain using custom locale category",null,{"inputs":[{"name":"t"},{"name":"t"},{"name":"localecategory"}],"output":{"name":"string"}}],[5,"ngettext","","Translate msgid to localized message from default domain (with plural support)",null,{"inputs":[{"name":"t"},{"name":"t"},{"name":"u32"}],"output":{"name":"string"}}],[5,"dngettext","","Translate msgid to localized message from specified domain (with plural support)",null,{"inputs":[{"name":"t"},{"name":"t"},{"name":"t"},{"name":"u32"}],"output":{"name":"string"}}],[5,"dcngettext","","Translate msgid to localized message from specified domain using custom locale category (with plural support)",null,{"inputs":[{"name":"t"},{"name":"t"},{"name":"t"},{"name":"u32"},{"name":"localecategory"}],"output":{"name":"string"}}],[5,"textdomain","","Switch to specific text domain",null,{"inputs":[{"name":"t"}],"output":{"name":"string"}}],[5,"bindtextdomain","","Bind text domain to some directory containing gettext MO files",null,{"inputs":[{"name":"t"},{"name":"t"}],"output":{"name":"string"}}],[5,"setlocale","","Set current locale for translations",null,{"inputs":[{"name":"localecategory"},{"name":"t"}],"output":{"name":"string"}}],[5,"bind_textdomain_codeset","","",null,{"inputs":[{"name":"t"},{"name":"t"}],"output":{"name":"string"}}]],"paths":[[4,"LocaleCategory"]]}; initSearch(searchIndex);