util/TranslationCatalogs.py
changeset 817 1a3cc2065216
parent 815 e4f24593a758
child 1511 91538d0c242c
equal deleted inserted replaced
816:079ed646266f 817:1a3cc2065216
     4 import os 
     4 import os 
     5 
     5 
     6 import wx
     6 import wx
     7 
     7 
     8 # Get the default language
     8 # Get the default language
     9 langid = wx.LANGUAGE_FRENCH
     9 langid = wx.LANGUAGE_DEFAULT
    10 
    10 
    11 # Define locale for wx
    11 # Define locale for wx
    12 locale = wx.Locale(langid)
    12 locale = wx.Locale(langid)
    13 
    13 
    14 def GetDomain(path):
    14 def GetDomain(path):