Changeset 140 for trunk/runCore.py

Show
Ignore:
Timestamp:
05/17/04 01:47:14 (5 years ago)
Author:
asterix
Message:

i18n support for internationalisation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/runCore.py

    r108 r140  
    2727import core 
    2828 
     29from common import i18n 
     30i18n.init() 
     31_ = i18n._ 
     32 
    2933core.core.start() 
    30 print "Core Stopped" 
     34print _("Core Stopped")