Releases: elixir-gettext/expo
Releases · elixir-gettext/expo
v1.1.0
v1.0.1
v1.0.0
v0.5.2
v0.5.1
What's Changed
- Fix instruction commands for
Expo.PO.DuplicateMessagesError. - Fix
FunctionClauseErrorinmsguniqMix task. - Fix duplicated flags and comments for
Expo.Message.merge/2.
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Add
mix expo.msquniqMix task. - Detect duplicates for messages and plural messages.
- Fix the
Expo.Message.msgctxt/0type. - Add the
Expo.Message.split_lines/0type. - Add
Expo.Message.merge/2,Expo.Message.Singular.merge/2, andExpo.Message.Plural.merge/2. - Add
Expo.Message.Plural.key/1.
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Fix a bug with parsing multiline strings for plural messages
(issue).
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Strictly require at least one line of text in
msgidandmsgstr. - Fix
Expo.PO.compose/1with only top comments and no headers.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add
Expo.PluralFormsfor functionality related to thePlural-Forms
Gettext header.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
-
Add support for previous message context (through
#| msgctxt "..."
comments). -
Fix some issues with obsolete comments (
#~) not parsing correctly in some
cases.
Full Changelog: v0.1.0...v0.2.0