Ignore:
Timestamp:
07/21/12 12:43:34 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Documented the non-GUI modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r276 r298  
    1 # Internationalization support
    21# -*- coding: utf-8 -*-
    3 
    4 #------------------------------------------------------------------------------
    52
    63import gettext
    74import os
    85import traceback
     6
     7#------------------------------------------------------------------------------
     8
     9## @package mlx.i18n
     10#
     11# Internationalization support.
     12#
     13# This module handles the internationalization support in the logger. It is
     14# based on the GNU gettext library, and exports the \ref xstr function that
     15# returns the translation for a certain key.
    916
    1017#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.