Skip to content

Commit

Permalink
Add 3.4.7 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 17, 2023
1 parent 97f714e commit b8926e4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/text/news.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# News

## 3.4.7: 2023-08-17 {#version-3-4-7}

### Fixes

* po: Fixed a parser bug that it may add a `fuzzy` flag to non-fuzzy
entry with `ignore_fuzzy: true`.

Example PO:

```po
#, fuzzy
#: file.rb:10
msgid "hello"
msgstr "bonjour"
msgid "non-fuzzy"
msgstr "non-fuzzy string"
```

`hello` entry is ignored because `ignore_fuzzy` is `true`. The
`fuzzy` flag in the `hello` entry is added to `non-fuzzy` entry.

## 3.4.6: 2023-07-12 {#version-3-4-6}

### Fixes
Expand Down

0 comments on commit b8926e4

Please sign in to comment.