GNOME Bugzilla – Bug 120374
2 trivial gettext message fixes
Last modified: 2004-12-22 21:47:04 UTC
A trivial gettextize of a g_error() message. And, --help option message is now surrounded by N_(), but it fails to show the localized message. Use _() instead here and put localized message into popt. How to reproduce: 1. LANG=ja_JP.eucJP gnumeric --help ( German or other well translated LANG would take same effect) 2. see '-?, --help' or '--usage' description. Localized? Patch is coming up below.
Created attachment 19403 [details] [review] Gettextize g_error() message and use _() instead of N_()
Still not fixed in 2.5.3
Both "Help Options" and "Application Options" are properly translated here in the latest release. Did this patch go in or is this specific to a certain locale or what? The only thing I see untranslated from running gnumeric --help is this: Hjelp-alternativ -?, --help Show this help message --usage Display brief usage message Not sure where these come from though. Anyway, it's too late for this wrt 2.6.0. Punting to 2.6.1.
The "Help Options" and "Application Options" were committed as part of another patch. As for the g_error translation, I think this is an error that can't occur and it's not worth having it translated...