mrkara / gtranslator

A fork of the original 2-91 branch of Gtranslator from http://projects.gnome.org/gtranslator
GNU General Public License v3.0
1 stars 0 forks source link

[bgo#149800] Should provide a catalog for projects and .po files in a project #83

Open mrkara opened 7 years ago

mrkara commented 7 years ago

It would be very usefull if gtranslator would have a catalog programm similar to kbabel catalog, but with some fixes for use with different .po file usage shemas. One example of such shema I have seen in debian-installer:

It would be perfect, if it would be possible to translate a conglomeration of .po files from all of the project to cover the repeating strings. In fact the gtranslator catalog could very well be a simple separate programm.

Originally reported by at https://bugzilla.gnome.org/show_bug.cgi?id=149800

mrkara commented 7 years ago

Hey Pablo, Are you working in this?

If not, i would like to do it.

Originally posted by Ignacio Casal Quinteiro (nacho)

mrkara commented 7 years ago

I'm still looking for feedback on this one - but I'm taking.

Originally posted by Djihed Afifi

mrkara commented 7 years ago

Created attachment 108355 Image with ideas to make a good project manager

Image with my ideas to make project manager from the basis of poedit catalog manager

Originally posted by Leandro Regueiro

Attachment: https://bugzilla.gnome.org/attachment.cgi?id=108355

mrkara commented 7 years ago

Here another image to get some ideas:

http://kv-53.narod.ru/kaider1.png

Originally posted by Ignacio Casal Quinteiro (nacho)

mrkara commented 7 years ago

Created attachment 119173 project-manager v1

This patch does not work in the latest revision, I'll update it one of this days to make it working.

Originally posted by Ignacio Casal Quinteiro (nacho)

Attachment: https://bugzilla.gnome.org/attachment.cgi?id=119173

mrkara commented 7 years ago

Created attachment 119208 project-manager v2

This patch works with the latest revision.

Originally posted by Ignacio Casal Quinteiro (nacho)

Attachment: https://bugzilla.gnome.org/attachment.cgi?id=119208

mrkara commented 7 years ago

Some interface ideas (Jose Dapena):

Originally posted by Ignacio Casal Quinteiro (nacho)

mrkara commented 7 years ago

There is some minor problem in the last patch. You forgot to include gio in a couple of files and you wrote gtk_file_chooser_get_file instead of gtk_file_chooser_get_filename.

JFYI, but the patch works fine in trunk. Good work.

Originally posted by Pablo Sanxiao

mrkara commented 7 years ago

(In reply to comment #8)

There is some minor problem in the last patch. You forgot to include gio in a couple of files and you wrote gtk_file_chooser_get_file instead of Of course I used gtk_file_chooser_get_file instead get_filename, please don't change it. Get file is in the new API, as we are not going to use this patch after bump to gtk+ 2.14 it is not going to work without gtk+ >= 2.14. gtk_file_chooser_get_filename. JFYI, but the patch works fine in trunk. Good work.

Originally posted by Ignacio Casal Quinteiro (nacho)