gettext homelive

This commit is contained in:
2022-02-08 23:25:09 -05:00
parent f4d67dbeef
commit 185d8598da
4 changed files with 117 additions and 26 deletions

View File

@ -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!