|
Bugzilla – Full Text Bug Listing |
| Summary: | Extend devtools to catch missing textdomain in C++ code | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Stefan Hundhammer <shundhammer> |
| Component: | YaST2 | Assignee: | Efthimios Toulas <etoulas> |
| Status: | RESOLVED FIXED | QA Contact: | Edith Parzefall <eparzefall> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stefan Hundhammer
2006-02-02 13:16:35 UTC
Hint for whoever does that: our makefiles call "y2tool y2makepot -s". Missing textdomains are caught in C, C++, YCP and Perl code, if _(...) or __(...) is used. The default behavior is like following now: make package *fails* make pot *warns* if a textdomain is missing (and needed). Forgot to close. :-) |