GNOME Bugzilla – Bug 341474
use gnome_vfs_format_file_size_for_display
Last modified: 2006-09-29 06:22:50 UTC
#: ../composer/e-msg-composer-attachment-bar.c:105 #: ../widgets/misc/e-attachment-bar.c:107 #, c-format msgid "%.0fK" msgstr "%.0fk" #: ../composer/e-msg-composer-attachment-bar.c:108 #: ../widgets/misc/e-attachment-bar.c:110 #, c-format msgid "%.0fM" msgstr "%.0fM" #: ../composer/e-msg-composer-attachment-bar.c:111 #: ../widgets/misc/e-attachment-bar.c:113 #, c-format msgid "%.0fG" msgstr "%.0fG" i think it would be possible there to use gnome_vfs_format_file_size_for_display to avoid re-translating again these kind of strings.
same kind of problem : don't translate month/day names, use g_date_strftime instead. thanks.
Created attachment 73484 [details] [review] gnome_vfs_format_file_size_for_display is used. g_date_strftime is used in calendar.
Fixed to head.