<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Thanks Shankar</p>
<p>Will check that out. Will get in touch with you privately
regarding tools such as lokalize and how to enter more
translations</p>
<p>Thanks and Regards,</p>
<p>cs<br>
</p>
<div class="moz-cite-prefix">On 07/25/2016 03:41 PM, shankar prasad
wrote:<br>
</div>
<blockquote
cite="mid:CAAvd1wXZD-z1g3JRFFNPY6CLhq4GynKpHiRUTfa+hr-nOwvTUQ@mail.gmail.com"
type="cite">
<p dir="ltr">Hi,</p>
<p dir="ltr">In that case we need to find our from which
package/module those right click menu is coming. And then you
need to check if you imported its Translation to your system or
not.</p>
<p dir="ltr">Shankar </p>
<div class="gmail_extra"><br>
<div class="gmail_quote">25 ಜು. 2016 3:39 PM ರಂದು, "Suchindra
Chandrahas" <<a moz-do-not-send="true"
href="mailto:cs@csuchindra.com">cs@csuchindra.com</a>>
ಅವರು ಬರೆದಿದ್ದಾರೆ:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<p>Thanks Shankar,</p>
<p>I am happy to help in this regard. However, I am not
able to get it working the way it is displayed in one of
the screenshots in the website. I wish to see the right
click work as shown in the following screenshot:</p>
<p><a moz-do-not-send="true"
href="http://i18n.kde.org/teams/kn/screenshots/screenshot1.jpg"
target="_blank">http://i18n.kde.org/teams/kn/screenshots/screenshot1.jpg</a></p>
<p>Thanks and Regards,</p>
<p>cs<br>
</p>
<div>On 07/25/2016 03:15 PM, shankar prasad wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>Hi Suchendra,<br>
<br>
</div>
If you see a partially translated or
untranslated applications, then it means it is
either translated partially or not at all
translated.<br>
<br>
</div>
KDE Kannada community is dormant since couple
years. What ever you see now is the work done till
2013 or earlier.<br>
<br>
</div>
If you want to restart, you are more than welcome
and I can assist you.<br>
<br>
</div>
Regards<br>
<div>
<div>
<div><br>
<br>
</div>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Jul 25, 2016 at 2:52
PM, Suchindra Chandrahas <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:cs@csuchindra.com" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:cs@csuchindra.com">cs@csuchindra.com</a></a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<p>Thanks Shankar</p>
<p>In the meanwhile, I came across the following
commands in some forum:</p>
<p># Find PO files, process each with msgfmt and
rename the result into filename.MO<br>
</p>
<p>for file in `find . -name "*.po"` ; do msgfmt
-o `echo $file | sed 's/\.po$/.mo/'` $file ;
done<br>
</p>
<p># Move the files to the right folder under
/usr/share<br>
</p>
<p>sudo find . -iname '*.mo' -exec mv '{}'
/usr/share/locale/kn/LC_MESSAGES/ \;<br>
</p>
<p>I have executed the above commands on the po
files that I have synced from the KDE kannada
website (<a moz-do-not-send="true"
href="http://i18n.kde.org/team-infos.php?teamcode=kn"
target="_blank">http://i18n.kde.org/team-infos.php?teamcode=kn</a>).
<br>
</p>
<p>After running the above commands, I am able
to get the window language in kannada, for
applications that are run using the following
command (as root):</p>
<p>KDE_LANG=kn <application></p>
<p>For example:</p>
<p>KDE_LANG=kn kwrite<br>
</p>
<p>However, there are some situations which are
not applications that can be called. For
example, the menu that appears when we right
click on the desktop. What should be done in
that case?</p>
<p>Thanks and Regards,</p>
<p>cs<br>
</p>
<div>
<div>
<div>On 07/25/2016 12:03 PM, shankar prasad
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>Hi Suchendra,<br>
<br>
</div>
To display any linux application
in Kannada (or any language other
that En) you need to create an .mo
(machine object) file from .po
(portable object) file and place
them under
"/usr/share/locale/kn/LC_MESSAGES".
<br>
<br>
</div>
For example for gedit, the locale
file should be gedit.mo and placed
under above mentioned directory.<br>
<br>
</div>
To generate .mo file you can use
msgfmt tool or poedit<br>
<br>
</div>
<div>hth<br>
</div>
<div><br>
</div>
Regards <br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Jul 20,
2016 at 4:59 PM, Suchindra Chandrahas
<span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:cs@csuchindra.com"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:cs@csuchindra.com">cs@csuchindra.com</a></a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px #ccc
solid;padding-left:1ex">Hi,<br>
<br>
I just wanted to know how to install
the .po files provided at the
following URL:<br>
<br>
<a moz-do-not-send="true"
href="http://i18n.kde.org/team-infos.php?teamcode=kn"
rel="noreferrer" target="_blank">http://i18n.kde.org/team-infos.php?teamcode=kn</a><br>
<br>
I would like to have the
applications display in kannada, as
displayed in the screenshots<br>
<br>
Thanks and Regards,<br>
<br>
cs<br>
<br>
_______________________________________________<br>
Kde-l10n-kn mailing list<br>
<a moz-do-not-send="true"
href="mailto:Kde-l10n-kn@kde.org"
target="_blank">Kde-l10n-kn@kde.org</a><br>
<a moz-do-not-send="true"
href="https://mail.kde.org/mailman/listinfo/kde-l10n-kn"
rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/kde-l10n-kn</a><br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</div>
</blockquote>
</div>
</div>
</blockquote>
<br>
</body>
</html>