keera-hails-i18n-0.0.3.3: Rapid Gtk Application Development - I18N

Safe HaskellNone
LanguageHaskell98

Hails.I18N.Gettext

Description

This module contains the function we need to use to get automatic translation on all the strings in our programs.

Synopsis

Documentation

__ :: String -> String Source

Translate a string using gettext.

Note: This implementation decodes UTF-8 strings only in Linux. If it should also in other OSs, please open an issue on github.