<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>World of *Nix &#187; tutorial</title>
	<atom:link href="http://www.lavluda.com/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lavluda.com</link>
	<description>by S. M. Ibrahim (lavluda)</description>
	<lastBuildDate>Sun, 16 May 2010 16:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.5.3" -->
	<copyright>Copyright &#xA9; World of *Nix 2010 </copyright>
	<managingEditor>lavluda@yahoo.com (World of *Nix)</managingEditor>
	<webMaster>lavluda@yahoo.com (World of *Nix)</webMaster>
	<category>posts</category>
	<image>
		<url>http://www.lavluda.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>World of *Nix &#187; tutorial</title>
		<link>http://www.lavluda.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>by S. M. Ibrahim (lavluda)</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>World of *Nix</itunes:author>
	<itunes:owner>
		<itunes:name>World of *Nix</itunes:name>
		<itunes:email>lavluda@yahoo.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.lavluda.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>wordpress with full bangla language support</title>
		<link>http://www.lavluda.com/2008/11/08/wordpress-with-full-bangla-language-support/</link>
		<comments>http://www.lavluda.com/2008/11/08/wordpress-with-full-bangla-language-support/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 11:48:24 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bangla]]></category>
		<category><![CDATA[bangla wordpress]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=239</guid>
		<description><![CDATA[Day by day more blog are coming. It&#8217;s really great news for everyone. As lot&#8217;s of bengali are asking me about wordpress bangla language file. here is it . In this post i am writing a little howto to translate or use wordpress in bangla. first of all you need to checkout latest language pack [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Day by day more blog are coming. It&#8217;s really great news for everyone. As lot&#8217;s of bengali are asking me about wordpress bangla language file. here is it <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>In this post i am writing a little howto to translate or use wordpress in bangla.</p>
<p>first of all you need to checkout latest language pack form <a href="http://meghdut.com/bangla/translator/main.php">meghdut</a> site.</p>
<p>open your terminal and give the under given command (if you already installed subversion otherwise search google how to install subversion)</p>
<p>svn co http://svn.automattic.com/wordpress-i18n/bn_BD/trunk/messages/ .</p>
<p>this command will checkout latest language pack from subversion repository. or you can open http://svn.automattic.com/wordpress-i18n/bn_BD/trunk/messages/ in your browser and right click on bn.mo file and select &#8220;save link as&#8221;.</p>
<p>now you need to upload these files to your wordpress installed directory.</p>
<p>first make a folder called languages in wp-includes/ then upload these files to that language files.</p>
<p>or if you are maintaining you wordpress (that i always suggest) then enter to that language folder then execute this command</p>
<p>svn co http://svn.automattic.com/wordpress-i18n/bn_BD/trunk/messages/ .</p>
<p>it will download latest langugage pack from subversion repository. more over if the repository file updated just run svn up on languages folder, it will get latest update from repository.</p>
<p>now you need to configure your wordpress to use this new langugage files. so edit your wp-config.php file that you will get in the root folder of your wordpress directory.</p>
<p>replace define (&#8216;WPLANG&#8217;, &#8221;); with define (&#8216;WPLANG&#8217;, &#8216;bn&#8217;);</p>
<p>save it , done <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>open your blog in any browser and see the magic <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>**all the string will not comes with bangla, you will need to edit some values from your admin panel also, like the titles of widgets.</p>
<p>if you have time please visit <a href="http://meghdut.com/bangla/translator/main.php" target="_blank">this page</a> and help them to translate wordpress <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>for writing bangla, you will need the bangla writing plugin that you will get <a href="http://www.lavluda.com/2007/12/24/wordpress-bangla-plugin-20/">here</a>.</p>
<p>**i wrote this tutorial in short time, so may have some mistake, please inform me in comments.</p>
number of view: 2567<img src="http://www.lavluda.com/?ak_action=api_record_view&id=239&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2008/11/08/wordpress-with-full-bangla-language-support/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.204 seconds -->
