Skip to content

Commit fadb539

Browse files
authored
Add gettext.c2py (#13078)
Add a stub for gettext.c2py
1 parent 37eba41 commit fadb539

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/gettext.pyi

+2
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,5 @@ if sys.version_info < (3, 11):
167167
def bind_textdomain_codeset(domain: str, codeset: str | None = None) -> str: ...
168168

169169
Catalog = translation
170+
171+
def c2py(plural: str) -> Callable[[int], int]: ...

0 commit comments

Comments
 (0)