Skip to content

Commit 905bb43

Browse files
committed
fix: readme and manifest
1 parent 0f92af3 commit 905bb43

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ PandAへの負荷を軽減するために課題・クイズ取得にキャッシ
8989
- 2021/05/16 v3.4.3 小さなバグを修正。
9090
- 2021/05/17 v3.5.0 カラーユニバーサルデザインに対応
9191
- 2021/05/17 v3.5.2 締切が14日以上の課題も色付けするように
92-
- 2021/11/24 v4.0.0 [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai) を移植。
92+
- 2021/12/22 v4.0.0 [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai) を移植。
93+
英語対応、その他内部処理の改善
9394

9495

9596
# コンパイル方法

README_en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The cache time can be changed in the configuration.
9393
- 2021/05/17 v3.5.0 Support for color universal design.
9494
- 2021/05/17 v3.5.2 Color code assignments with due date more than 14days
9595
- 2021/11/24 v4.0.0 Merged [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai).
96+
Now supports English locale. Re-wrote codes.
9697

9798
# How to compile from source code
9899
- Run

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "__MSG_EXTENSION_DESCRIPTION__",
44
"version": "4.0.0",
55
"manifest_version": 2,
6-
"default_locale": "en",
6+
"default_locale": "ja",
77
"icons": {
88
"16": "img/icon16.png",
99
"48": "img/icon48.png",

0 commit comments

Comments
 (0)