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 578450 - gnome-terminal has unlocalized strings in gtk_builder
gnome-terminal has unlocalized strings in gtk_builder
Status: RESOLVED DUPLICATE of bug 553357
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-09 04:33 UTC by Takao Fujiwara
Modified: 2009-04-09 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for po/POTFILES.in (790 bytes, patch)
2009-04-09 04:35 UTC, Takao Fujiwara
rejected Details | Review

Description Takao Fujiwara 2009-04-09 04:33:29 UTC
gnome-terminal has unlocalized strings in gtk_builder because po/POTFILES.in doesn't include "*.ui" files.

To reproduce:
1. Invoke gnome-terminal
2. Choose [Edit] -> [Profile Preferences].
3. Select [Title and Command] tab.

Then "Replace initial title", "Append initial title", "Exit the terminal"... are not localized.

I'm attaching the patch of POTFILES.in.
Comment 1 Takao Fujiwara 2009-04-09 04:35:31 UTC
Created attachment 132387 [details] [review]
Patch for po/POTFILES.in

Attached the patch.
Comment 2 Christian Persch 2009-04-09 15:40:40 UTC
This doesn't work. The *.ui files are generated at build time.

*** This bug has been marked as a duplicate of 553357 ***