diff --git a/mpv/scripts/modern.lua b/mpv/scripts/modern.lua index c97903c..1f86e10 100644 --- a/mpv/scripts/modern.lua +++ b/mpv/scripts/modern.lua @@ -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)