From 86c63355752ed307903ab6e7d1d651f07bf13235 Mon Sep 17 00:00:00 2001 From: ycrack Date: Sun, 24 May 2020 15:17:05 +0900 Subject: [PATCH 1/5] =?UTF-8?q?"titleIsExploreHidden"=E3=81=AE=E3=83=A1?= =?UTF-8?q?=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E5=88=86=E3=81=8B?= =?UTF-8?q?=E3=82=8A=E3=82=84=E3=81=99=E3=81=8F=E6=94=B9=E8=89=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typoかと思ったけど違った --- app/_locales/ja/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_locales/ja/messages.json b/app/_locales/ja/messages.json index c8c8c1a..fd717f0 100644 --- a/app/_locales/ja/messages.json +++ b/app/_locales/ja/messages.json @@ -12,7 +12,7 @@ "description": "The title of the browser action button" }, "titleIsExploreHidden": { - "message": "話題を検索タブを隠す" + "message": "「話題を検索」タブを隠す" }, "titleIsTrendsHidden": { "message": "おすすめトレンド、ユーザーを隠す" From f4f54ec2e937eda17634c765a12caa56e377a118 Mon Sep 17 00:00:00 2001 From: yusukesaitoh Date: Tue, 26 May 2020 06:37:53 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=AD=E3=83=BC?= =?UTF-8?q?=E4=B8=AD=E6=95=B0=E3=82=92=E9=9A=A0=E3=81=99=E3=82=AA=E3=83=97?= =?UTF-8?q?=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/_locales/en/messages.json | 3 +++ app/_locales/ja/messages.json | 3 +++ app/pages/popup.html | 4 +++ app/scripts/contentscript.ts | 4 +-- app/scripts/popup.ts | 4 +-- app/styles/contentscript.scss | 48 +++++++++++++++++++++++++++++++++++ 6 files changed, 62 insertions(+), 4 deletions(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 0db7dcf..30e038b 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -27,6 +27,9 @@ "titleShowCalmText": { "message": "Show \"Calm\" next to the logo" }, + "titleIsFollowingNumberHidden": { + "message": "Hide number of following" + }, "titleIsFollowerNumberHidden": { "message": "Hide number of followers" }, diff --git a/app/_locales/ja/messages.json b/app/_locales/ja/messages.json index fd717f0..2fbecfe 100644 --- a/app/_locales/ja/messages.json +++ b/app/_locales/ja/messages.json @@ -23,6 +23,9 @@ "titleShowCalmText": { "message": "ロゴの隣に「おだやか」を表示する" }, + "titleIsFollowingNumberHidden": { + "message": "フォロー中数を隠す" + }, "titleIsFollowerNumberHidden": { "message": "フォロワー数を隠す" }, diff --git a/app/pages/popup.html b/app/pages/popup.html index 872a836..cf35d4a 100644 --- a/app/pages/popup.html +++ b/app/pages/popup.html @@ -24,6 +24,10 @@

__MSG_appName__

__MSG_titleShowCalmText__

__MSG_titleAdditionalSettings__

+