News

While format strings like "Hello %(name)s" are correctly extracted and marked with the #, python-format marker, strings like "Hello {name}" are not marked, and translators may not realize that and ...
ppxlib based rewriter inspired by Python string format(). This rewriter provides the ability to do complex variable substitutions and value formatting.