From 027908eda87f7d5b6e0e28c1492c6702a1412466 Mon Sep 17 00:00:00 2001 From: MaxLHy0424 Date: Wed, 4 Feb 2026 23:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gmeek.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gmeek.py b/Gmeek.py index 00bc9e2..af13242 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -16,7 +16,7 @@ from jinja2 import Environment, FileSystemLoader from transliterate import translit from collections import OrderedDict ###################################################################################### -i18n={"Search":"Search","switchTheme":"switch theme","home":"home","comments":"comments","run":"run ","days":" days","Previous":"Previous","Next":"Next"} +i18n={"Search":"Search","switchTheme":"switch theme","home":"home","comments":"comments","run":"run ","days":" day(s)","Previous":"Previous","Next":"Next"} i18nCN={"Search":"搜索","switchTheme":"切换主题","home":"首页","comments":"评论","run":"网站运行 ","days":" 天","Previous":"上一页","Next":"下一页"} i18nRU={"Search":"Поиск","switchTheme": "Сменить тему","home":"Главная","comments":"Комментарии ","run":" работает ","days":" дней","Previous":"Предыдущая","Next":"Следующая"} IconBase={