File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ def serialize(
171171
172172 d ["options" ] = {
173173 "theme" : options .get ("theme" ) or "light" ,
174- "language" : options .get ("language" ) or "en" ,
174+ "language" : options .get ("language" ) or settings . SENTRY_DEFAULT_LANGUAGE ,
175175 "stacktraceOrder" : stacktrace_order ,
176176 "timezone" : options .get ("timezone" ) or settings .SENTRY_DEFAULT_TIME_ZONE ,
177177 "clock24Hours" : options .get ("clock_24_hours" ) or False ,
Original file line number Diff line number Diff line change @@ -1172,6 +1172,8 @@ def create_partitioned_queues(name):
11721172# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
11731173SENTRY_DEFAULT_TIME_ZONE = "UTC"
11741174
1175+ SENTRY_DEFAULT_LANGUAGE = "en"
1176+
11751177# Enable the Sentry Debugger (Beta)
11761178SENTRY_DEBUGGER = None
11771179
You can’t perform that action at this time.
0 commit comments