[Housekeeping] Dependency updates 6-Jun-2025 (#733)

* Bumped Elixir

* Silenced mix check warnings

* Updated all deps with minor version upgrades

* Updated more deps; Refactored text components to work with phoenix_html updates
This commit is contained in:
Kieran
2025-06-06 13:44:14 -07:00
committed by GitHub
parent 1cee7a19ee
commit 68da8bc522
10 changed files with 94 additions and 72 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ defmodule PinchflatWeb.Gettext do
By using [Gettext](https://hexdocs.pm/gettext),
your module gains a set of macros for translations, for example:
import PinchflatWeb.Gettext
use Gettext, backend: PinchflatWeb.Gettext
# Simple translation
gettext("Here is the string to translate")
@@ -20,5 +20,5 @@ defmodule PinchflatWeb.Gettext do
See the [Gettext Docs](https://hexdocs.pm/gettext) for detailed usage.
"""
use Gettext, otp_app: :pinchflat
use Gettext.Backend, otp_app: :pinchflat
end