pygettext (1) Linux Manual Page
pygettext – Python equivalent of xgettext(1) Synopsispygettext [OPTIONS] INPUTFILE … Descriptionpygettext is deprecated. The current version of xgettext supports many languages, including Python. pygettext uses Python’s standard tokenize module to scan Python source code, generating .pot files identical to what GNU xgettext generates for C and C++ code. From there, the standard GNU tools can…
