High level API for internationalizing Python libraries and applications.
High level API for internationalizing Python libraries and applications. The flufl.i18n library provides a convenient API for managing translation contexts in Python applications. It provides facilities not only for single-context applications like command line scripts, but also more sophisticated management of multiple-context applications such as Internet servers.
High level API for internationalizing Python libraries and applications. The flufl.i18n library provides a convenient API for managing translation contexts in Python applications. It provides facilities not only for single-context applications like command line scripts, but also more sophisticated management of multiple-context applications such as Internet servers.
To install py39-flufl.i18n, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-flufl.i18n
To see what files were installed by py39-flufl.i18n, run:
port contents py39-flufl.i18n
To later upgrade py39-flufl.i18n, run:
sudo port selfupdate && sudo port upgrade py39-flufl.i18n
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.