Ignore:
Timestamp:
04/27/19 12:20:37 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Unicode handling changes (re #347).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r919 r928  
    5151    If not found, the fallback language is searched. If that is not found
    5252    either, the key itself is returned within curly braces."""
    53     return _translation.ugettext(key)
     53    return _translation.gettext(key)
    5454   
    5555#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.