We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f714e commit b8926e4Copy full SHA for b8926e4
doc/text/news.md
@@ -1,5 +1,27 @@
1
# News
2
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
25
## 3.4.6: 2023-07-12 {#version-3-4-6}
26
27
### Fixes
0 commit comments