From 5c87efeace376a860540ae919734ff85cb62c127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= <2-TechnicalSuwako@users.noreply.git.076.ne.jp> Date: Tue, 10 Aug 2021 11:48:21 +0900 Subject: [PATCH] =?UTF-8?q?=E2=97=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/invidious/helpers/helpers.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/helpers/helpers.cr b/src/invidious/helpers/helpers.cr index afe630fa..d32edaa4 100644 --- a/src/invidious/helpers/helpers.cr +++ b/src/invidious/helpers/helpers.cr @@ -36,7 +36,7 @@ struct ConfigPreferences property latest_only : Bool = false property listen : Bool = false property local : Bool = false - property locale : String = "ja-JP" + property locale : String = "en-US" property max_results : Int32 = 40 property notifications_only : Bool = false property player_style : String = "invidious"