GNOME Bugzilla – Bug 325121
Do not translate developer strings in g_param_spec_*
Last modified: 2010-04-06 18:05:37 UTC
is there sense in marking X1, X2, Y1, and Y2 translatable? if there is, please add at least a translator comment. quoting the code here from #: ../widgets/misc/e-canvas-background.c : g_object_class_install_property (object_class, PROP_X1, g_param_spec_double ("x1", _( "X1" ), _( "X1" ), 0.0, G_MAXDOUBLE, 0.0, G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_X2, g_param_spec_double ("x2", _( "X2" ), _( "X2" ), 0.0, G_MAXDOUBLE, 0.0, G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_Y1, g_param_spec_double ("y1", _( "Y1" ), _( "Y1" ), 0.0, G_MAXDOUBLE, 0.0, G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_Y2, g_param_spec_double ("y2", _( "Y2" ), _( "Y2" ), 0.0, G_MAXDOUBLE, 0.0, G_PARAM_READWRITE));
Created attachment 71513 [details] [review] Translator comments added.
x1 *and* y1 are "upper left canvas bound"? what is "upper left canvas bound" at all? "am i a translator, or do i have to be a developer to understand this?" (got my point?) should this be translatable at all? where can i see this in the User Interface?
ushveen: *ping* any news on my questions in comment 2? (i shouldn't set my own bugs to needinfo, obviously. bad, bad.)
Bumping version to a stable release.
I removed all the translations in g_param_spec_*, those are developer strings anyway. Created commit 718ad79 in gthtml master (3.31.1+) Created commit f6b51eb in eds master (2.31.1+) Created commit b2e7e4f in evo master (2.31.1+)
*** Bug 458764 has been marked as a duplicate of this bug. ***
*** Bug 549231 has been marked as a duplicate of this bug. ***
*** Bug 605625 has been marked as a duplicate of this bug. ***