Hello Anand,<br><br>Thanks for your interest.<br>First of all, get the latest source:<br>git clone git://<a href="http://git.videolan.org/vlmc.git">git.videolan.org/vlmc.git</a><br><br>In vlmc, make a build directory and cd to it to cmake:<br>

<br>mkdir build; cd build; cmake ..;<br><br>Update template.ts, using:<br>make lupdate<br><br>Now:<br>cd ../ts<br>cp template.ts vlmc_te_TE.ts<br><br>Open the vlmc_te_TE.ts file to do your Telugu translation in Qt Linguist. (<a href="http://doc.qt.nokia.com/latest/linguist-manual.html">http://doc.qt.nokia.com/latest/linguist-manual.html</a>)<br>

<br>And send us a patch which will be in patches folder (in this example):<br>git add ts/vlmc_te_TE.ts<br>git commit # Put here appropriate commit message<br>git format patch -o ../patches HEAD~1<br><br>Best,<br>Rohit Yadav<br>

<br><div class="gmail_quote">On Sun, Nov 20, 2011 at 6:28 PM, anand nanda <span dir="ltr"><<a href="mailto:anand21nanda@gmail.com">anand21nanda@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello sir,<br>
<br>
I would like to translate vlmc into telugu language.<br>
<br>
-Anand<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br>