>You're aware that the tems of Google Translate most probably don't let you
release that translation under a Free
> License, right?

i have read the terms: https://developers.google.com/terms/
and i didn't think there is a problem with using Google APIs, regardless of
licence, can you point me to where it says that it doesn't let me release
that translation under a Free License?

>
http://websvn.kde.org/trunk/l10n-kf5/scripts/createdesktopcontext.pl?view=markup
>Creates a .po from a .desktop

thank you so much for that, this actually helped a lot specially line 56
"my $regexp =
qr{^(Name|Comment|Language|Keywords|X-KDE-Keywords|About|Description|GenericName|Query|ExtraNames|X-KDE-Submenu)=(.+)};"

i think that is all of the needed keys

On Sat, Feb 28, 2015 at 1:14 AM, Albert Astals Cid <[email protected]> wrote:

> El Divendres, 27 de febrer de 2015, a les 14:58:03, Helmy va escriure:
> > Hello,
> > i have been looking before writing one if there was a tool out there that
> > would automatically translate user text keys in Dolphin service menus or
> > .desktop files in general to other languages using something like google
> > translate API
>
> You're aware that the tems of Google Translate most probably don't let you
> release that translation under a Free License, right?
>
> > or preferably a good offline translation, to  help anyone
> > writing a new service menu to offer multiple translations effortlessly
> > especially when there are a lot of menu items
> >
> > i have searched for a while and couldn't find any
> > in the case if there was none i would like to write one, can someone
> direct
> > me to where i can find a full list of all the user text keys used by KDE
> > inside .desktop files so they would only be translated
> > so far what i have gathered by running grep -Er --include "*.desktop"
> > "\[[a-zA-Z]+*\]=" on my system are the following keys
>
>
> http://websvn.kde.org/trunk/l10n-kf5/scripts/createdesktopcontext.pl?view=markup
> Creates a .po from a .desktop
>
> http://websvn.kde.org/trunk/l10n-kf5/scripts/applycontext.cpp?view=markup
> Merges it back
>
> There's also a few helpers for those in the scripts folder.
>
> Cheers,
>   Albert
>
> >
> > name
> > GenericName
> > Comment
> > Description
> > DateFormat
> > DateFormatShort
> > TimeFormat
> > X-KDE-Submenu
> > X-KDE-Keywords
> > Keywords
> > X-GNOME-FullName
>
>
> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
> unsubscribe <<
>
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to