úÎ)Û'å  Default main function, same as < defaultMainWithHooks $ installGetTextHooks simpleUserHooks 2Installs hooks, used by GetText module to install % PO files to the system. Previous won't be disabled initial user hooks patched user hooks  !"#IgetText wraps GNU gettext function. It returns translated string for the I input messages. If translated string not found the input string will be  returned. BThe most common usage of this function is to declare function __:   __ = unsafePerformIO . getText 3and wrap all text strings into this function, e.g. $ printHello = putStrLn (__ "Hello") :dGetText wraps GNU dgettext function. It works similar to  " but also could take domain name. domain name, if $ ---  default domain will be used  message id  return value <dcGetText wraps GNU dcgettext function. It works similar to   but also takes category id domain name, if $ ---  default domain will be used  locale facet  message id  return value GnGetText wraps GNU ngettext function. It translates text string in the  user'Es native language, by lookilng up the approppiate plural form of the  message. msgid in singular form msgid in plural form (number, used to choose appropriate form .result string, by default if number is 1 than 3 singular form of msgid is returned, otherwise ---  plural <dnGetText wraps GNU dngettext function. It works similar to  but  also takes domain name domain name, if $ ---  default domain will be used msgid in singular form msgid in plural form (number, used to choose appropriate form .result string, by default if number is 1 than 3 singular form of msgid is returned, otherwise ---  plural >dcnGetText wraps GNU dcngettext function. It works similar to  but  also takes category id domain name, if $ ---  default domain will be used  locale facet msgid in singular form msgid in plural form (number, used to choose appropriate form .result string, by default if number is 1 than 3 singular form of msgid is returned, otherwise ---  plural 8bindTextDomain sets the base directory of the hierarchy 9 containing message catalogs for a given message domain. Throws % if fails  domain name path to the locale folder or $ to return  base directory for domain  return value "textDomain sets domain for future  call Throws % if fails domain name, if $ than returns  current domain name  return value    &      !"#$%&'()'*+,hgettext-0.1.10 Distribution.Simple.I18N.GetTextText.I18N.GetTextgettextDefaultMaininstallGetTextHooksgetTextdGetText dcGetTextnGetText dnGetText dcnGetTextbindTextDomain textDomainupdateLocalBuildInfoinstallPOFiles forBuildInfoappendExtensionappendCPPOptions targetDataDirgetPackageNamegetCustomFieldsfindInParametersDefaultgetDomainNameDefaultgetDomainDefinegetMsgCatalogDefinegetPoFilesDefault c_textdomainc_bindtextdomain c_dcngettext c_dngettext c_ngettext c_dcgettext c_dgettext c_gettext fromCStringfromCStringErrorfromCStringDefaultfromCStringPluralDefaultwithCStringMaybebase Data.MaybeNothingGHC.IO.ExceptionIOError