parkann / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

Unable to add translation #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It seems the software does not provide any localization features. Could you
please review your code and transfer all language strings to extra files,
so we can easily translate them?
If you gave me a hint, where to start, I would be willing to participate in
this task.

I am from Germany and I am moving a few elderly people to Linux, that need
a software like autokey, but do not understand English.

Original issue reported on code.google.com by m...@paddy-net.com on 9 Dec 2009 at 7:56

GoogleCodeExporter commented 8 years ago
I have made a few changes, created a translation template (POT) and a German
translation. You can find all the patches and files attached to this post.

I'm looking forward to see these changes integrated as localization is one of 
the
most important things for a software to become a real must-have.

Original comment by m...@paddy-net.com on 5 Jan 2010 at 1:50

Attachments:

GoogleCodeExporter commented 8 years ago
And another thing: Attached you will find a pseudo-installer, that will install 
the
modified files and the German language files over an existing AutoKey 
installation.

Just extract it anywhere and start by running start.sh

Original comment by m...@paddy-net.com on 5 Jan 2010 at 2:15

Attachments:

GoogleCodeExporter commented 8 years ago
Actually Autokey is already coded to use gettext on GTK and QT's translation
framework on KDE. Could you please check again and see if your work needs to be
updated accordingly.

Original comment by cdekter on 24 Mar 2010 at 11:40

GoogleCodeExporter commented 8 years ago
Just a few strings are prepared for gettext (in the GTK variant at least). My 
patches
just put the underscore (_) before any other string, that was not prepared for 
gettext.

Also I have added loading of gettext, since it didn't start by itself.

Original comment by m...@paddy-net.com on 25 Mar 2010 at 8:07

GoogleCodeExporter commented 8 years ago
Cool, thanks. I'll merge the changes into the next release.

Original comment by cdekter on 25 Mar 2010 at 11:19

GoogleCodeExporter commented 8 years ago
To save me time, would you be able to generate a diff against the latest svn 
rev? You
will need to check out branches/autokey-combined

Original comment by cdekter on 25 Mar 2010 at 11:54

GoogleCodeExporter commented 8 years ago
sure. here you are. diff against rev233
(i forgot paths. all changes were made to the files in the gtkui folder.)

Original comment by m...@paddy-net.com on 26 Mar 2010 at 10:17

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by cdekter on 27 Mar 2010 at 4:38