[polib] Fix POEntry.msgstr_plural annotation (#11273)

This commit is contained in:
Blaise Kal
2024-01-14 12:34:33 +01:00
committed by GitHub
parent 5286722ef3
commit 8e8204b83f

View File

@@ -70,7 +70,7 @@ class _BaseEntry:
msgid: str
msgstr: str
msgid_plural: str
msgstr_plural: list[str]
msgstr_plural: dict[int, str]
msgctxt: str
obsolete: bool
encoding: str