Hi, geert jordaens <geert.jordaens@xxxxxxxxxx> writes: > I've noticed that some code cleanup is started on GEGL, > maybee it would be wise to add the _() macro to the parameter > specifications. > > g_object_class_install_property (gobject_class, PROP_NAME, > g_param_spec_string ("name", > _("Name"), > _("The GeglObject's name"), > "", > G_PARAM_CONSTRUCT > ||G_PARAM_READWRITE)); > > It could also be a task that i could take up. Adding i18n support can certainly not hurt. There is some framework missing for i18n but you could look at libgimp or other libraries and add the missing pieces. We might want to inform gnome-i18n list that it isn't yet worth to to translate gegl but that we will notify them when they can start. Sven