Re: [libvirt] Libvirt now using Zanata for translation

2015-05-27 Thread Daniel P. Berrange
On Wed, May 27, 2015 at 08:45:09AM +0800, zhang bo wrote:
 On 2015/3/6 21:20, Daniel P. Berrange wrote:
 
  As of current GIT master, libvirt is fully using Zanata for po file
  translation
  
  After some trouble with the zanata python client, I have now successfully
  refreshed  pushed the current libvirt.pot file, and synchronized all
  the translation po files back down to GIT master.
  
  For ongoing refreshes of the libvirt.pot, it can be rebuild  pushed
  to zanata and .po files resynchonized using
  
   # cd po
   # rm libvirt.pot
   # make libvirt.pot
   # zanata-cli push
   # zanata-cli pull
  
  Where 'zanata-cli' is the *JAVA* client, not the python client. I strongly
  recommend against use of the python client for the libvirt project as it
  doesn't handle the size of the libvirt.pot/.po files well resulting in
  unexplained data loss.  Even the java client has problems pushing the
  .po files to the server due to poorly designed rate limiting in the
  zanata server.
  
  Fortunately this is not something we need do again, now we have imported
  the existing .po file.  The java client has been troublefree wrt to pushing
  the .pot file and pulling .po files, which is all we need for ongoing work
  now.
  
  Currently myself  Daniel Veillard are setup as admins of the libvirt
  project in Zanata  we can add further people as required.
  
  Regards,
  Daniel
 
 
 Would you please add me as admin so that I could help to translate and review 
 (in Chinese)?

The libvirt translations are managed under the Fedora translations teams.
So in fact you just need to request to join the Chinese Fedora team. If
you go to this page:

   https://fedora.zanata.org/language/view/zh-CN

There's a drop down menu 'v ...' which has a 'Request to join team'
option in it.

Once you've joined you'd be able to work on any Fedora related project,
or just libvirt, as you so prefer.

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 :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] Libvirt now using Zanata for translation

2015-05-27 Thread zhang bo
On 2015/5/27 17:00, Daniel P. Berrange wrote:

 On Wed, May 27, 2015 at 08:45:09AM +0800, zhang bo wrote:
 On 2015/3/6 21:20, Daniel P. Berrange wrote:

 As of current GIT master, libvirt is fully using Zanata for po file
 translation

 After some trouble with the zanata python client, I have now successfully
 refreshed  pushed the current libvirt.pot file, and synchronized all
 the translation po files back down to GIT master.

 For ongoing refreshes of the libvirt.pot, it can be rebuild  pushed
 to zanata and .po files resynchonized using

  # cd po
  # rm libvirt.pot
  # make libvirt.pot
  # zanata-cli push
  # zanata-cli pull

 Where 'zanata-cli' is the *JAVA* client, not the python client. I strongly
 recommend against use of the python client for the libvirt project as it
 doesn't handle the size of the libvirt.pot/.po files well resulting in
 unexplained data loss.  Even the java client has problems pushing the
 .po files to the server due to poorly designed rate limiting in the
 zanata server.

 Fortunately this is not something we need do again, now we have imported
 the existing .po file.  The java client has been troublefree wrt to pushing
 the .pot file and pulling .po files, which is all we need for ongoing work
 now.

 Currently myself  Daniel Veillard are setup as admins of the libvirt
 project in Zanata  we can add further people as required.

 Regards,
 Daniel


 Would you please add me as admin so that I could help to translate and 
 review (in Chinese)?
 
 The libvirt translations are managed under the Fedora translations teams.
 So in fact you just need to request to join the Chinese Fedora team. If
 you go to this page:
 
https://fedora.zanata.org/language/view/zh-CN
 
 There's a drop down menu 'v ...' which has a 'Request to join team'
 option in it.
 
 Once you've joined you'd be able to work on any Fedora related project,
 or just libvirt, as you so prefer.
 
 Regards,
 Daniel


Thanks! waiting for the coordinator to accept my application.

-- 
Oscar
oscar.zhan...@huawei.com  

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] Libvirt now using Zanata for translation

2015-05-26 Thread zhang bo
On 2015/3/6 21:20, Daniel P. Berrange wrote:

 As of current GIT master, libvirt is fully using Zanata for po file
 translation
 
 After some trouble with the zanata python client, I have now successfully
 refreshed  pushed the current libvirt.pot file, and synchronized all
 the translation po files back down to GIT master.
 
 For ongoing refreshes of the libvirt.pot, it can be rebuild  pushed
 to zanata and .po files resynchonized using
 
  # cd po
  # rm libvirt.pot
  # make libvirt.pot
  # zanata-cli push
  # zanata-cli pull
 
 Where 'zanata-cli' is the *JAVA* client, not the python client. I strongly
 recommend against use of the python client for the libvirt project as it
 doesn't handle the size of the libvirt.pot/.po files well resulting in
 unexplained data loss.  Even the java client has problems pushing the
 .po files to the server due to poorly designed rate limiting in the
 zanata server.
 
 Fortunately this is not something we need do again, now we have imported
 the existing .po file.  The java client has been troublefree wrt to pushing
 the .pot file and pulling .po files, which is all we need for ongoing work
 now.
 
 Currently myself  Daniel Veillard are setup as admins of the libvirt
 project in Zanata  we can add further people as required.
 
 Regards,
 Daniel


Would you please add me as admin so that I could help to translate and review 
(in Chinese)?

-- 
Oscar
oscar.zhan...@huawei.com  

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] Libvirt now using Zanata for translation

2015-03-06 Thread Ján Tomko
On Fri, Mar 06, 2015 at 01:20:53PM +, Daniel P. Berrange wrote:
 As of current GIT master, libvirt is fully using Zanata for po file
 translation
 
 After some trouble with the zanata python client, I have now successfully
 refreshed  pushed the current libvirt.pot file, and synchronized all
 the translation po files back down to GIT master.
 

That commit deleted a few languages:
delete mode 100644 po/af.po
delete mode 100644 po/am.po
delete mode 100644 po/be.po
delete mode 100644 po/bo.po
delete mode 100644 po/eu_ES.po
delete mode 100644 po/fa.po
delete mode 100644 po/hr.po
delete mode 100644 po/hy.po
delete mode 100644 po/ku.po
delete mode 100644 po/lo.po
delete mode 100644 po/my.po
delete mode 100644 po/vi_VN.po

Was there a problem getting those from Zanata, or have they not been
migrated there?

Jan


signature.asc
Description: Digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Libvirt now using Zanata for translation

2015-03-06 Thread Daniel P. Berrange
As of current GIT master, libvirt is fully using Zanata for po file
translation

After some trouble with the zanata python client, I have now successfully
refreshed  pushed the current libvirt.pot file, and synchronized all
the translation po files back down to GIT master.

For ongoing refreshes of the libvirt.pot, it can be rebuild  pushed
to zanata and .po files resynchonized using

 # cd po
 # rm libvirt.pot
 # make libvirt.pot
 # zanata-cli push
 # zanata-cli pull

Where 'zanata-cli' is the *JAVA* client, not the python client. I strongly
recommend against use of the python client for the libvirt project as it
doesn't handle the size of the libvirt.pot/.po files well resulting in
unexplained data loss.  Even the java client has problems pushing the
.po files to the server due to poorly designed rate limiting in the
zanata server.

Fortunately this is not something we need do again, now we have imported
the existing .po file.  The java client has been troublefree wrt to pushing
the .pot file and pulling .po files, which is all we need for ongoing work
now.

Currently myself  Daniel Veillard are setup as admins of the libvirt
project in Zanata  we can add further people as required.

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 :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] Libvirt now using Zanata for translation

2015-03-06 Thread Daniel P. Berrange
On Fri, Mar 06, 2015 at 02:35:12PM +0100, Ján Tomko wrote:
 On Fri, Mar 06, 2015 at 01:20:53PM +, Daniel P. Berrange wrote:
  As of current GIT master, libvirt is fully using Zanata for po file
  translation
  
  After some trouble with the zanata python client, I have now successfully
  refreshed  pushed the current libvirt.pot file, and synchronized all
  the translation po files back down to GIT master.
  
 
 That commit deleted a few languages:
 delete mode 100644 po/af.po
 delete mode 100644 po/am.po
 delete mode 100644 po/be.po
 delete mode 100644 po/bo.po
 delete mode 100644 po/eu_ES.po
 delete mode 100644 po/fa.po
 delete mode 100644 po/hr.po
 delete mode 100644 po/hy.po
 delete mode 100644 po/ku.po
 delete mode 100644 po/lo.po
 delete mode 100644 po/my.po
 delete mode 100644 po/vi_VN.po
 
 Was there a problem getting those from Zanata, or have they not been
 migrated there?

They either had no non-fuzzy translations, or are not supported by the
zanata translator teams, or have been renamed.

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 :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list