Every (or allmost) package in Pardus is created by buildfiles. In these build files there is a file with the name translations.xml. And is this file there is a summary and description item. These are translations of the original summary and description that you find in the file pspec.xml. So the a translations.xml file look like this:
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>minitube</Name>
<Summary xml:lang="tr">Basit bir YouTube istemcisi</Summary>
<Summary xml:lang="nl">Een YouTube-client</Summary>
<Description xml:lang="tr">Minitube, aradığınız kelimeyi yazdığınızda, bulunan videoları liste halinde izlemenizi sağlayan basit bir YouTube istemcisidir.</Description>
<Description xml:lang="nl">Minitube is een YouTube-client. Hiermee kun je YouTube-video's bekijken op een nieuwe manier: u typt een trefwoord, en Minitube geeft u een eindeloze video stream.</Description>
</Source>
</PISI>
So for every language you can add:
<Summary xml:lang="ru">Blaaah, etc ....</Summary>
The fastest way to get all these translations.xml files is to svn the Anka repo, do this in konsole in your home map (about 400mb):
svn checkout http://svn.pardus-linux.org/pardus/2012/ anka-2012
This create a map with the name anka-2012 where u can find all the buildfiles of Anka.
The easiest way is if the translators can commit in the Anka repo, but till that time send all the translated files to
pisiciftligi@pardus-linux.orgHappy translating