Add gettext.c2py (#13078)

Add a stub for gettext.c2py
This commit is contained in:
Tomas R.
2024-11-25 08:36:22 +00:00
committed by GitHub
parent 37eba41407
commit fadb539f12

View File

@@ -167,3 +167,5 @@ if sys.version_info < (3, 11):
def bind_textdomain_codeset(domain: str, codeset: str | None = None) -> str: ...
Catalog = translation
def c2py(plural: str) -> Callable[[int], int]: ...