vnpy/trader/language/__init__.py

13 lines
241 B
Python
Raw Normal View History

2017-04-28 14:10:07 +00:00
# encoding: UTF-8
import json
import os
2017-05-10 11:30:36 +00:00
2017-04-28 14:10:07 +00:00
# 默认设置
from chinese import text, constant
2017-06-11 13:41:04 +00:00
# 是否要使用英文
from trader.vtGlobal import globalSetting
if globalSetting['language'] == 'english':
from english import text, constant