From c39397a19c24875db05e0e420d7cafa87ae92a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Mon, 8 May 2023 13:37:02 +0200 Subject: [PATCH] remove chinese --- mpv/scripts/modern.lua | 15 --------------- 1 file changed, 15 deletions(-) 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)