Skip to content

Commit

Permalink
fix locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDBrother committed Jun 29, 2024
1 parent 283fce2 commit 05b4048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule CodebattleWeb.Plugs.Locale do
def init(_opts), do: nil

def call(conn, _opts) do
conn =
locale =
if Application.get_env(:codebattle, :force_locale) do
Application.get_env(:codebattle, :default_locale)
else
Expand Down

0 comments on commit 05b4048

Please sign in to comment.