Merge pull request 'feat: gettext closes #63' (#82) from feature/63_i18n into main
Some checks reported errors
continuous-integration/drone Build was killed
Some checks reported errors
continuous-integration/drone Build was killed
Reviewed-on: #82 Reviewed-by: carla <carla@noreply.git.local-it.org> Reviewed-by: simon <s.thiessen@local-it.org>
This commit is contained in:
commit
b243148e69
16 changed files with 1058 additions and 51 deletions
4
Justfile
4
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue