diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9635718..9875b2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,6 +41,8 @@ If you're multilingual, this project can use your translations! Visit - When adding text, please use `gettext` macros to enable things to be translated in the future. After adding `gettext` macros, run `mix format` in order to add your new text strings to the files in `priv/gettext`. + - Existing domains: `"default"` (for anything general), `"prompts"`, + `"emails"`, and `"errors"` - Before submitting a PR, please make sure all tests are passing using `mix test`. And as always, thank you! diff --git a/lib/cannery_web/live/home_live.ex b/lib/cannery_web/live/home_live.ex index a31e39f..f2ffe4c 100644 --- a/lib/cannery_web/live/home_live.ex +++ b/lib/cannery_web/live/home_live.ex @@ -36,54 +36,62 @@ defmodule CanneryWeb.HomeLive do ~H"""

- Welcome to Cannery + <%= gettext("Welcome to %{name}", name: "Cannery") %>

-

- The Self-hosted Ammo Tracker Website +

+ <%= gettext("The self-hosted firearm tracker website") %>


-
+