remove chinese
This commit is contained in:
parent
82c30ed921
commit
c39397a19c
|
@ -62,21 +62,6 @@ local language = {
|
|||
chapter = 'Chapter',
|
||||
nochapter = 'No chapters.',
|
||||
},
|
||||
['chs'] = {
|
||||
welcome = '{\\1c&H00\\bord0\\fs30\\fn微软雅黑 light\\fscx125}MPV{\\fscx100} 播放器', -- this text appears when mpv starts
|
||||
off = '关闭',
|
||||
na = 'n/a',
|
||||
none = '无',
|
||||
video = '视频',
|
||||
audio = '音频',
|
||||
subtitle = '字幕',
|
||||
available = '可选',
|
||||
track = ':',
|
||||
playlist = '播放列表',
|
||||
nolist = '无列表信息',
|
||||
chapter = '章节',
|
||||
nochapter = '无章节信息',
|
||||
}
|
||||
}
|
||||
-- read options from config and command-line
|
||||
opt.read_options(user_opts, 'osc', function(list) update_options(list) end)
|
||||
|
|
Loading…
Reference in New Issue