GNOME Bugzilla – Bug 602802
Home Folder from shell-uri-util.c does not get translated
Last modified: 2009-11-24 20:28:55 UTC
The translation from the translation files does not get picked up.
Created attachment 148392 [details] [review] include "config.h" in all .c files traditionally this problem was often caused by forgetting to #include "config.h", which would result in _() being defined as a no-op. Apparently the i18n header files got changed at some point to not require correct anyway, and it points out a problem in shell-global.c
Review of attachment 148392 [details] [review]: I guess we're fairly inconsistent with our C include ordering; oh well. Engage warp drive.
Comment on attachment 148392 [details] [review] include "config.h" in all .c files Attachment 148392 [details] pushed as dd8f05c - include "config.h" in all .c files
Created attachment 148397 [details] [review] Replace includes of glib/gi18n.h with glib-gi18n-lib.h Libraries should include gi18n-lib.h instead of gi18n.h. In addition to the file mentioned in this bug, there were two wrong includes in tray - replaced these as well, although a quick grep did find any translated strings in there.
yup, that does it