remove chinese

This commit is contained in:
Thomas Avé 2023-05-08 13:37:02 +02:00
parent 82c30ed921
commit c39397a19c
1 changed files with 0 additions and 15 deletions

View File

@ -62,21 +62,6 @@ local language = {
chapter = 'Chapter', chapter = 'Chapter',
nochapter = 'No chapters.', 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 -- read options from config and command-line
opt.read_options(user_opts, 'osc', function(list) update_options(list) end) opt.read_options(user_opts, 'osc', function(list) update_options(list) end)