We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528e9cb commit 3a6e81cCopy full SHA for 3a6e81c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.26.2
4
+
5
+* Introduces warning if plural messages are defined with the same singular
6
+ message and conflicting plural messages.
7
+* Improves performance by striping not required metadata when compiling the
8
+ Gettext backend.
9
10
## v0.26.1
11
12
* Address backwards incompatible changes in previous release
mix.exs
@@ -1,7 +1,7 @@
defmodule Gettext.Mixfile do
use Mix.Project
- @version "0.26.1"
+ @version "0.26.2"
@description "Internationalization and localization through gettext"
@repo_url "https://github.com/elixir-gettext/gettext"
0 commit comments