<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 href="mailto:cs@csuchindra.com" target="_blank">cs@csuchindra.com</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 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>
    </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 class="h5">
    <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 href="mailto:cs@csuchindra.com" target="_blank"></a><a href="mailto:cs@csuchindra.com" target="_blank">cs@csuchindra.com</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 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 href="mailto:Kde-l10n-kn@kde.org" target="_blank">Kde-l10n-kn@kde.org</a><br>
            <a 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>