We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gettext.c2py
1 parent 37eba41 commit fadb539Copy full SHA for fadb539
stdlib/gettext.pyi
@@ -167,3 +167,5 @@ if sys.version_info < (3, 11):
167
def bind_textdomain_codeset(domain: str, codeset: str | None = None) -> str: ...
168
169
Catalog = translation
170
+
171
+def c2py(plural: str) -> Callable[[int], int]: ...
0 commit comments