We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3505279 commit e0be93cCopy full SHA for e0be93c
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.25.0
4
+
5
+ * Run merging for `mix gettext.extract`'s POT files even if they are unchanged.
6
+ * Allow Expo 1.0+.
7
8
## v0.24.0
9
10
* Handle singular and plural messages with the same `msgid` as the same
@@ -150,8 +155,8 @@
150
155
151
156
## v0.17.2
152
157
153
-* Support `pgettext`
154
-* Consider extracted comments when merging templates during extraction
158
+ * Support `pgettext`
159
+ * Consider extracted comments when merging templates during extraction
160
161
## v0.17.1
162
mix.exs
@@ -1,7 +1,7 @@
defmodule Gettext.Mixfile do
use Mix.Project
- @version "0.25.0-dev"
+ @version "0.25.0"
@description "Internationalization and localization through gettext"
@repo_url "https://github.com/elixir-gettext/gettext"
0 commit comments