Skip to content

Commit

Permalink
use bonfire_common for compile time config
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Nov 8, 2024
1 parent 20f9078 commit afbd78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bonfire_common.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Config

default_locale = "en"

config :bonfire,
config :bonfire_common,
localisation_path: "priv/localisation"

config :bonfire_common,
Expand Down
2 changes: 1 addition & 1 deletion lib/localise/gettext.ex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule Bonfire.Common.Localise.Gettext do
"en"
),
plural_forms: Bonfire.Common.Localise.Gettext.Plural,
priv: Application.compile_env!(:bonfire, :localisation_path)
priv: Application.compile_env!(:bonfire_common, :localisation_path)

# end
end
Expand Down

0 comments on commit afbd78d

Please sign in to comment.