Skip to content

Commit b8926e4

Browse files
committed
Add 3.4.7 entry
1 parent 97f714e commit b8926e4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: doc/text/news.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# News
22

3+
## 3.4.7: 2023-08-17 {#version-3-4-7}
4+
5+
### Fixes
6+
7+
* po: Fixed a parser bug that it may add a `fuzzy` flag to non-fuzzy
8+
entry with `ignore_fuzzy: true`.
9+
10+
Example PO:
11+
12+
```po
13+
#, fuzzy
14+
#: file.rb:10
15+
msgid "hello"
16+
msgstr "bonjour"
17+
18+
msgid "non-fuzzy"
19+
msgstr "non-fuzzy string"
20+
```
21+
22+
`hello` entry is ignored because `ignore_fuzzy` is `true`. The
23+
`fuzzy` flag in the `hello` entry is added to `non-fuzzy` entry.
24+
325
## 3.4.6: 2023-07-12 {#version-3-4-6}
426
527
### Fixes

0 commit comments

Comments
 (0)