Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
okkdev committed Aug 20, 2024
1 parent 46729ec commit 4c6b05a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion lib/chuko_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule ChukoWeb.CoreComponents do
use Phoenix.Component

alias Phoenix.LiveView.JS
import ChukoWeb.Gettext
use Gettext, backend: Chuko.Gettext

@doc """
Renders a modal.
Expand Down
2 changes: 1 addition & 1 deletion lib/chuko_web/gettext.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ defmodule ChukoWeb.Gettext do
See the [Gettext Docs](https://hexdocs.pm/gettext) for detailed usage.
"""
use Gettext, otp_app: :chuko
use Gettext.Backend, otp_app: :chuko
end
Loading

0 comments on commit 4c6b05a

Please sign in to comment.