Joomla! Discussion Forums



It is currently Mon Nov 23, 2009 9:55 pm (All times are UTC )

 





Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Telugu
Posted: Thu Dec 22, 2005 2:02 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Dec 22, 2005 1:56 pm
Posts: 13
Hello,
its very great to see this forum.

i want to contribute to this one, if you can give me directions.

i want my site completely available in 2 languages english and telugu.
is joomla available in telugu or any1 planning for it?


Last edited by Vish on Tue Dec 27, 2005 12:57 am, edited 1 time in total.

Top
   
 
 Post subject: Re: Telugu
Posted: Fri Dec 23, 2005 9:46 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 405
Joomla currently does not have telugu lang pack from my best knowledge. If u r interested, I can guide u do a language pack and then we will have telugu lang pack!

_________________
--Vish "Still Learning"

http://IndicJoomla.org
http://parvarish.com


Top
  E-mail  
 
 Post subject: Re: Telugu
Posted: Fri Dec 23, 2005 12:26 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Dec 22, 2005 1:56 pm
Posts: 13
yes iam damn interested,
please guide me


Top
   
 
 Post subject: Re: Telugu
Posted: Sun Dec 25, 2005 11:59 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 405
I will post guidelines soon.

_________________
--Vish "Still Learning"

http://IndicJoomla.org
http://parvarish.com


Top
  E-mail  
 
 Post subject: Re: Telugu
Posted: Mon Dec 26, 2005 11:50 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 405
successlieswithme

I appologise for delay in replying. So here is how I would recommend you go about translation in Telugu, for that matter this would be applicable to any language.

Tranlation in any language is very simple. Basically as of Joomla 1.0.5, it has only 3 files that needs to be translated. These files has all the strings that are used in the front and back end of the CMS. These files can be found at //languages/. You will see 3 files with names like

.php
.ignore.php
.xml

Joomla distribution that you can download from developer.joomla.org comes with english language files only. IndicJoomla! distribution comes with english and hindi language files.

So, how do you start. Find english language files, namely

english.php
english.ignore.php
english.xml

I will now start with each files.

english.xml
This file contains metadata about your template. Details like author, version information, creation date and so on. You need to change this  metadata appropriately. Please note that this file also names the ACTUAL language file that holds the string variables. By default it is .php, english.php. I would recommend that do not change this. This way you can name your language file .php.

english.ignore.php

This file contains words that needs to be excluded from a search done on your site. Please edit it accordingly. You can leave it as it is if you like.

english.php

This is the MAIN language file that holds the strings that needs to be translated. THe strings look like

Code:
DEFINE('_CMN_HIDE','Hide');


This particular like defines a string called _CMD_HIDE and sets its value to Hide.
Now to translate this to say Hindi, we will need to make it look like

Code:
DEFINE('_CMN_HIDE','छिपाऍं');


Note that I did not change the string name, but its value...

For those who care, this "thingy" is called name-value pairs. You have a name and its value, and they both make a good pair  ;). To translate, you change the value, NOT the name.

Ands thats about it.

So, for Telugu, you will have three files

telugu.php
telugu.ignore.php
telugu.xml

Once you have these three files ready, let me know and I can create a sub project in IndicJoomla! for your language. And you are all set.

_________________
--Vish "Still Learning"

http://IndicJoomla.org
http://parvarish.com


Top
  E-mail  
 
 Post subject: Re: Telugu
Posted: Tue Jul 08, 2008 10:04 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Jun 28, 2008 3:55 pm
Posts: 13
Hi thanks for replying guys
i m using joomla 1.5.i dont have the files which u mentioned(.php,.ignore.php,.xml)
how can i create the language pack in joomla 1.5

Thanks in advance........


Top
  E-mail  
 
 Post subject: Re: Telugu
Posted: Thu Oct 15, 2009 4:19 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Aug 27, 2009 8:14 am
Posts: 69
yes is there.. go to /Joomla/language/en-GB there you will get "english.ignore.php" english.php

rest i don't knw

_________________
Thanks,
-eOdissa
http://www.eodissa.com


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group