feat: gettext

This commit is contained in:
Moritz 2025-06-17 19:02:35 +02:00
parent 03da80cca5
commit 4f3786bf5c
Signed by: moritz
GPG key ID: 1020A035E5DD0824
15 changed files with 998 additions and 51 deletions

View file

@ -19,6 +19,10 @@ start-database:
ci-dev: lint audit test
gettext:
mix gettext.extract
mix gettext.merge priv/gettext
lint:
mix format --check-formatted
mix compile --warnings-as-errors