util/TranslationCatalogs.py
changeset 1847 6198190bc121
parent 1838 646245c1c0d9
child 1850 614396cbffbf
equal deleted inserted replaced
1846:14b40afccd69 1847:6198190bc121
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import os
    25 import os
    26 import __builtin__
    26 import __builtin__
       
    27 import gettext
    27 import wx
    28 import wx
       
    29 
    28 
    30 
    29 locale = None
    31 locale = None
    30 
    32 
    31 
    33 
    32 __builtin__.__dict__['_'] = wx.GetTranslation
    34 __builtin__.__dict__['_'] = wx.GetTranslation