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 9df6f4e commit 525026eCopy full SHA for 525026e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.18.2
4
+
5
+* Allow plural forms to be set for the gettext application
6
+* Use Application.compile_env if available
7
8
## v0.18.1
9
10
* Allow default domain to be configurable
mix.exs
@@ -1,7 +1,7 @@
defmodule Gettext.Mixfile do
use Mix.Project
- @version "0.18.1"
+ @version "0.18.2"
@description "Internationalization and localization through gettext"
@repo_url "https://github.com/elixir-gettext/gettext"
0 commit comments