← All recipes
Moderne licensed

Replace deprecated gettext l*gettext() functions

Recipe IDorg.openrewrite.python.migrate.ReplaceGettextDeprecationsArtifactopenrewrite-migrate-python

Replace deprecated gettext functions like lgettext() with their modern equivalents like gettext(). The l*gettext() functions were removed in Python 3.11.

Single recipeProprietary

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.python.migrate.ReplaceGettextDeprecations

If the recipe isn’t available locally, install it with:

mod config recipes pip install openrewrite-migrate-python