úÎ'=&  NoneÌ NonejDefault main function, same as :defaultMainWithHooks $ installGetTextHooks simpleUserHooksJInstalls hooks, used by GetText module to install PO files to the system.EPre-existing hook handlers are executed before the GetText handlers.initial user hookspatched user hooksSafe&9– wraps GNU gettext@ function. It returns translated string for the input messages. If translated string not found the input string will be returned.>The most common usage of this function is to declare function __: __ = unsafePerformIO . getText2and wrap all text strings into this function, e.g. "printHello = putStrLn (__ "Hello")2 wraps GNU dgettext function. It works similar to " but also could take domain name.3 wraps GNU dcgettext function. It works similar to  but also takes category id“ wraps GNU ngettext function. It translates text string in the user's native language, by lookilng up the approppiate plural form of the message.3 wraps GNU dngettext function. It works similar to  but also takes domain name4 wraps GNU dcngettext function. It works similar to  but also takes category idb sets the base directory of the hierarchy containing message catalogs for a given message domain.Throws   if fails   sets domain for future  callThrows   if failsdomain name, if  ! --- default domain will be used message id return valuedomain name, if  ! --- default domain will be used locale facet message id return valuemsgid in singular formmsgid in plural form'number, used to choose appropriate formhresult string, by default if number is 1 than singular form of msgid is returned, otherwise --- pluraldomain name, if  ! --- default domain will be usedmsgid in singular formmsgid in plural form'number, used to choose appropriate formhresult string, by default if number is 1 than singular form of msgid is returned, otherwise --- pluraldomain name, if  ! --- default domain will be used locale facetmsgid in singular formmsgid in plural form'number, used to choose appropriate formhresult string, by default if number is 1 than singular form of msgid is returned, otherwise --- plural domain namepath to the locale folder or  % to return base directory for domain return value domain name, if  " than returns current domain name return value       (hgettext-0.1.31.0-BRrhyQxx7h0As3tQBk3KNb Distribution.Simple.I18N.GetTextText.I18N.GetTextInternalgettextDefaultMaininstallGetTextHooksgetTextdGetText dcGetTextnGetText dnGetText dcnGetTextbindTextDomain textDomainfromPackageNamebaseGHC.IO.ExceptionIOErrorGHC.BaseNothing