From 72101313d25d2a937e7dbbe1d1ff23b2faa95e00 Mon Sep 17 00:00:00 2001 From: Yi Ming Date: Wed, 17 Jan 2024 15:35:36 +0000 Subject: [PATCH] fix: chinese translate --- lua/leetcode/translator.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/leetcode/translator.lua b/lua/leetcode/translator.lua index 400f52e9..aca8ef1b 100644 --- a/lua/leetcode/translator.lua +++ b/lua/leetcode/translator.lua @@ -3,7 +3,7 @@ local config = require("leetcode.config") ---@class lc.translate local translate = { ["problems"] = "题库", - ["statistics"] = "统计学", + ["statistics"] = "统计", ["cookie"] = "Cookie", ["cache"] = "缓存", ["exit"] = "退出",