After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 90041 - #defined string constants are not marked translatable
#defined string constants are not marked translatable
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.13.0 betas
Other other
: Normal normal
: 0.13.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-08-06 20:08 UTC by nadaschauher
Modified: 2006-06-18 04:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description nadaschauher 2002-08-06 20:08:44 UTC
At several places, e.g. in the "More Headers" tab of the message window,
Pan makes use of NNTP header names ("Followup-To" etc) in the GUI. Those
are referred to like so:

_(HEADER_FOLLOWUP_TO)

However, this syntax does not make them translatable. Translating the
constants can't be done for obvious reasons.