From dc8ccde80c1f83fcc6c3a184542b7813d966f585 Mon Sep 17 00:00:00 2001 From: yudejp Date: Fri, 28 May 2021 10:42:54 +0900 Subject: [PATCH] Add translation for Spotify function --- locales/en/common.json | 3 ++- locales/ja/common.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/locales/en/common.json b/locales/en/common.json index 45b7eca..d38de81 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -2,5 +2,6 @@ "footer": "This page is licensed under the MIT License.", "source": "Source code", "tos": "yude.jp Terms of Service", - "yes_playing": "Playing {{playing}}" + "yes_playing": "Playing {{playing}}", + "listening": "Listening to {{listening}}" } \ No newline at end of file diff --git a/locales/ja/common.json b/locales/ja/common.json index 4fb0686..f69148c 100644 --- a/locales/ja/common.json +++ b/locales/ja/common.json @@ -2,5 +2,6 @@ "footer": "このページは MIT License の下でライセンスされています。", "source": "ソースコード", "tos": "yude.jp サービス利用規約", - "yes_playing": "{{playing}} をプレイ中" + "yes_playing": "{{playing}} をプレイ中", + "listening": "{{listening}} を再生中" } \ No newline at end of file