From c6c9f68804ede9c29d3be7029a82dc9a8b0e6308 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Artur=20Zi=C4=99tkiewicz?=
Date: Mon, 4 Sep 2023 14:28:18 +0200
Subject: [PATCH] Add badges (#28)
---
README.md | 26 ++++++++++++++++++-
.../templates/layouts/dashboard.html.heex | 15 +++++++++++
mix.exs | 2 +-
3 files changed, 41 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 13ee199..98c416d 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,20 @@
+
+
+
+
+---
+
+_Note: Official documentation for Kanta library is [available on hexdocs][hexdoc]._
+
+[hexdoc]: https://hexdocs.pm/kanta
+
+---
+
+
+
# About The Project
If you're working on an Elixir/Phoenix project and need to manage translations, you know how time-consuming and error-prone it can be. That's where Kanta comes in. Our tool simplifies the process of managing translations by providing an intuitive interface for adding, editing, and deleting translations. Our tool also makes it easy to keep translations up-to-date as your project evolves. With Kanta, you can streamline your workflow and focus on building great software, not managing translations.
@@ -78,7 +102,7 @@ by adding `kanta` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
- {:kanta, "~> 0.2.0"},
+ {:kanta, "~> 0.2.1"},
{:gettext, git: "git@github.com:ravensiris/gettext.git", branch: "runtime-gettext"}
]
end
diff --git a/lib/kanta_web/templates/layouts/dashboard.html.heex b/lib/kanta_web/templates/layouts/dashboard.html.heex
index 2383ae6..7516a7f 100644
--- a/lib/kanta_web/templates/layouts/dashboard.html.heex
+++ b/lib/kanta_web/templates/layouts/dashboard.html.heex
@@ -61,6 +61,21 @@
<% end %>
+
+
+
+
+ Made with
+
+
+
by
+
+
+
diff --git a/mix.exs b/mix.exs
index d4038d6..151debf 100644
--- a/mix.exs
+++ b/mix.exs
@@ -6,7 +6,7 @@ defmodule Kanta.MixProject do
app: :kanta,
description: "User-friendly translations manager for Elixir/Phoenix projects.",
package: package(),
- version: "0.2.0",
+ version: "0.2.1",
elixir: "~> 1.14",
elixirc_options: [
warnings_as_errors: true