From 80159fe27ca7996611f9298300378d87f3e577a6 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 18 Nov 2021 22:10:18 +0800 Subject: [PATCH] add: add a new sentence --- resource/lang/en_us.json | 3 ++- resource/lang/zh_cn.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/resource/lang/en_us.json b/resource/lang/en_us.json index 0d8c095..8a0b99e 100644 --- a/resource/lang/en_us.json +++ b/resource/lang/en_us.json @@ -42,5 +42,6 @@ "select_a_index": "Select a index to write.", "input_a_city_name": "Choose a weather forecast area -> Input the city name to search.", "user_input": "You entered", - "fill_the_config": "Fill the configuration file." + "fill_the_config": "Fill the configuration file.", + "today": "Today" } diff --git a/resource/lang/zh_cn.json b/resource/lang/zh_cn.json index d734b8f..f6867c7 100644 --- a/resource/lang/zh_cn.json +++ b/resource/lang/zh_cn.json @@ -42,5 +42,6 @@ "select_a_index": "选择一个索引写入文件", "input_a_city_name": "输入城市名搜索 -> 输入城市名进行搜索", "user_input": "你输入了", - "fill_the_config": "填写配置文件" + "fill_the_config": "填写配置文件", + "today": "今天" }