I'm planning to add Geez language and need know-how to implement this language. Is there any help to give me a start?
arnoldkrg Major
Joined: Aug 03, 2003
Posts: 937
Location: United Kingdom
Posted:
Tue Oct 18, 2005 4:02 am
First dont use a windows server. None of the Geez locales are supported on windows. The 3 Geez locales are gez, gez_ET, gez_ER. However I have just checked on the UNIX server that hosts my own site and none are available on my host. This will only affect date and time functions however, and if you cant find a server with those locales installed then you will just have to live with that.
To create the Geez language option , save a copy of languages/lang-english.php as lang-geez.php in the languages folder. Then set about translating it.
E.g.Change:
Code:
define("_SEARCH","Search");
to:
Code:
define("_SEARCH","the Geez translation of the word Search");
Dont forget that modules have their own language files which would need translating.
_________________
Said Nuke Cadet
Joined: Oct 18, 2005
Posts: 2
Posted:
Tue Oct 25, 2005 12:10 am
Thanks for the reply,
1) This are the first two lines on the lang-eng
define("_CHARSET","ISO-8859-1");
define("_SEARCH","Search");
is the CHARSET the same or is it - > "define("_CHARSET","ISO/IEC 10646-1");"
You need to ensure that the correct character set is installed on your Mandrake system I would think. But then there may be another problem. Windows does not support the Geez locale so may not support the Geez character set. Maybe users can install it themselves otherwise their browser may not display the correct characters.
You probably know far more about this than me.
You can see in includes/meta.php where the character set is defined in the metatags:
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 vote in polls in this forum