Skip to content

Commit 5cea3b3

Browse files
committed
#896 - remove fuzzy flags
1 parent 0946071 commit 5cea3b3

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

library/html.entities.po

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/html.entities.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!html.entities` --- Definitions of HTML general entities"
22-
msgstr ":mod:`html.entities` --- HTML 일반 엔티티의 정의"
21+
msgstr ":mod:`!html.entities` --- HTML 일반 엔티티의 정의"
2322

2423
#: ../../library/html.entities.rst:9
2524
msgid "**Source code:** :source:`Lib/html/entities.py`"
@@ -54,25 +53,22 @@ msgid ""
5453
msgstr "XHTML 1.0 엔티티 정의를 ISO Latin-1의 치환 텍스트에 매핑하는 딕셔너리."
5554

5655
#: ../../library/html.entities.rst:37
57-
#, fuzzy
5856
msgid "A dictionary that maps HTML4 entity names to the Unicode code points."
59-
msgstr "HTML 엔티티 이름을 유니코드 코드 포인트에 매핑하는 딕셔너리."
57+
msgstr "HTML4 엔티티 이름을 유니코드 코드 포인트에 매핑하는 딕셔너리."
6058

6159
#: ../../library/html.entities.rst:42
62-
#, fuzzy
6360
msgid "A dictionary that maps Unicode code points to HTML4 entity names."
64-
msgstr "유니코드 코드 포인트를 HTML 엔티티 이름에 매핑하는 딕셔너리."
61+
msgstr "유니코드 코드 포인트를 HTML4 엔티티 이름에 매핑하는 딕셔너리."
6562

6663
#: ../../library/html.entities.rst:46
6764
msgid "Footnotes"
6865
msgstr "각주"
6966

7067
#: ../../library/html.entities.rst:47
71-
#, fuzzy
7268
msgid ""
7369
"See https://html.spec.whatwg.org/multipage/named-characters.html#named-"
7470
"character-references"
7571
msgstr ""
76-
"https://www.w3.org/TR/html5/syntax.html#named-character-references 를 "
77-
"참조하십시오."
72+
"https://html.spec.whatwg.org/multipage/named-characters.html#named-"
73+
"character-references 를 참조하십시오."
7874

0 commit comments

Comments
 (0)