summaryrefslogtreecommitdiff
path: root/test cases/frameworks/38 gettext extractor
AgeCommit message (Collapse)Author
2025-10-01Allow CustomTarget source for i18n.xgettextCharles Brunet
Fixes #15054
2025-05-14Skip gettext extractor on macos because it is unstableCharles Brunet
2025-04-15Fix version requirement.Jussi Pakkanen
2025-04-09New xgettext method for i18n moduleCharles Brunet
This method call xgettext to extract translatable string from source files into a .pot translation template. It differs from a plain CustomTarget in three ways: - It accepts build targets as sources, and automatically resolves source files from those build targets; - It detects command lines that are too long, and writes, at config time, the list of source files into a text file to be consumed by the xgettext command; - It detects dependencies between pot extraction targets, based on the dependencies between source targets.