On Wed, Feb 13, 2013 at 10:36:03PM +0100, Cristian Marchi wrote:
> Hi all,
> just discovered this useful program; thanks for developing it!
> 
> I attach a small patch that adds a string that is not currently
> translatable. How can I locally genrate a pot file with the new
> string in it?

Simply go into the 'po/' subdirectory and type 'make entangle.pot'
To update existing .po files against the new .pot then use the
'make update-po' command

> I also want to contribute an Italian translation. Can I send the po
> file to this mailing list?

Our translations are ordinarily maintained in Transifex, by the
Fedora translation team. If there was an existing partial Italian
translation I'd request you did it in Transifex, but since no one
there has started on Italian, I'm happy to receive the .po file via
this mailing list

> diff --git a/src/frontend/entangle-camera-manager.xml 
> b/src/frontend/entangle-camera-manager.xml
> index b7b5896..f762222 100644
> --- a/src/frontend/entangle-camera-manager.xml
> +++ b/src/frontend/entangle-camera-manager.xml
> @@ -56,7 +56,7 @@
>                      </child>
>                      <child>
>                        <object class="GtkImageMenuItem" id="menu-disconnect">
> -                        <property name="label">Disconnect camera</property>
> +                        <property name="label" translatable="yes">Disconnect 
> camera</property>
>                          <property 
> name="use_action_appearance">False</property>
>                          <property name="visible">True</property>
>                          <property name="can_focus">False</property>

Thanks for the patch

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

_______________________________________________
Entangle-devel mailing list
Entangle-devel@gna.org
https://mail.gna.org/listinfo/entangle-devel

Reply via email to