File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.24.0
4+
5+ * Handle singular and plural messages with the same ` msgid ` as the same
6+ message.
7+
8+ This change produces a ` Expo.PO.DuplicateMessagesError ` if you already have
9+ messages with the same singular ` msgid ` . This can be solved by calling the
10+ ` expo.msguniq ` mix task on your ` .po ` file:
11+
12+ ``` bash
13+ mix expo.msguniq \
14+ priv/gettext/LOCALE/LC_MESSAGES/DOMAIN.po \
15+ --output-file priv/gettext/LOCALE/LC_MESSAGES/DOMAIN.po
16+ ```
17+
318# # v0.23.1
419
520 * Use the Hex version of the excoveralls dependency.
Original file line number Diff line number Diff line change 11defmodule Gettext.Mixfile do
22 use Mix.Project
33
4- @ version "0.24.0-dev "
4+ @ version "0.24.0"
55
66 @ description "Internationalization and localization through gettext"
77 @ repo_url "https://github.com/elixir-gettext/gettext"
You can’t perform that action at this time.
0 commit comments