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 377068 - XML file translations not working
XML file translations not working
Status: RESOLVED DUPLICATE of bug 341194
Product: evolution
Classification: Applications
Component: general
2.8.x (obsolete)
Other All
: Normal major
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-11-19 17:42 UTC by Wouter Bolsterlee (uws)
Modified: 2006-11-20 11:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Wouter Bolsterlee (uws) 2006-11-19 17:42:25 UTC
e-util/e-system.error is generated from e-system.error.xml using intltool which should merge the translations into the source file. This does NOT work for some obscure reason, resulting in untranslated messages in the generated e-system.error file, and hence a non-localized error message in the interface.
Comment 1 Wouter Bolsterlee (uws) 2006-11-19 17:46:30 UTC
elin:/opt/gnome-2-16/src/evolution/e-util > rm e-system.error
rm: remove regular file `e-system.error'? y
elin:/opt/gnome-2-16/src/evolution/e-util > make
LC_ALL=C ../intltool-merge -x -u /tmp e-system.error.xml e-system.error
Merging translations into e-system.error.
CREATED e-system.error
make  all-am
make[1]: Entering directory `/opt/gnome-2-16/src/evolution/e-util'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/opt/gnome-2-16/src/evolution/e-util'
elin:/opt/gnome-2-16/src/evolution/e-util > cat e-system.error
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="system">

 <error type="error" id="ask-save-file-exists-overwrite" default="GTK_RESPONSE_CANCEL">
  <title>Overwrite file?</title>
  <primary>File exists &quot;{0}&quot;.</primary>
  <secondary>Do you wish to overwrite it?</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button response="GTK_RESPONSE_OK" label="_Overwrite"></button>
 </error>

<!-- snip -->
</error-list>
Comment 2 André Klapper 2006-11-20 11:00:29 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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