13 lines
241 B
Python
13 lines
241 B
Python
# encoding: UTF-8
|
|
|
|
import json
|
|
import os
|
|
|
|
|
|
# 默认设置
|
|
from chinese import text, constant
|
|
|
|
# 是否要使用英文
|
|
from trader.vtGlobal import globalSetting
|
|
if globalSetting['language'] == 'english':
|
|
from english import text, constant |