keera-hails-i18n-0.8.0: Rapid Gtk Application Development - I18N
Safe HaskellNone
LanguageHaskell2010

Hails.I18N.Gettext

Description

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

Copyright : (C) Keera Studios Ltd, 2013 License : BSD3 Maintainer : support@keera.co.uk

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.