Open hackartisan opened 1 month ago
Inspiration for Plug code: https://github.com/goofansu/locale_plug/blob/main/lib/locale_plug.ex
Look at Restore Locale code so we can by DRY: https://hexdocs.pm/phoenix_live_view/using-gettext.html
Current translations: https://github.com/pulibrary/lae-blacklight/tree/main/config/locales
Acceptance criteria
First Step
Read the gettext getting started documentation.
Technical Implementation Tips
We'll probably have to wrap the text in the home page that's there now in some kind of gettext tag.