add locale to user settings

This commit is contained in:
2022-05-05 20:55:59 -04:00
committed by oliviasculley
parent fd4fdcc36b
commit 302aa7eeda
20 changed files with 224 additions and 79 deletions

View File

@@ -13,6 +13,7 @@ defmodule Lokal.MixProject do
deps: deps(),
dialyzer: [plt_add_apps: [:ex_unit]],
consolidate_protocols: Mix.env() not in [:dev, :test],
preferred_cli_env: [test: :test],
# ExDoc
name: "Lokal",
source_url: "https://gitea.bubbletea.dev/shibao/lokal",
@@ -91,6 +92,7 @@ defmodule Lokal.MixProject do
"dialyzer",
"credo --strict",
"format --check-formatted",
"ecto.drop --quiet",
"ecto.create --quiet",
"ecto.migrate --quiet",
"test"