Hi,
Sorry, it was my mistake to write .po files for both lines. I was selecting the correct files for the correct selections. Again, it was not uploading.
Language File (PO): tr_TR.po
Language File (MO): tr_TR.mo
*-
I tried updating language using installed_languages.inc file. I have made the following change in the file and copied under "/lang";
<?php
$installed_languages = array (
0 =>
array ('code' => 'en_GB', 'name' => 'English', 'encoding' => 'iso-8859-1'),
array ('code' => 'tr_TR', 'name' => 'Turkish', 'encoding' => 'iso-8859-9'),
);
$dflt_lang = 'tr_TR';
?>
Then, copied my tr_TR.mo file under "/lang/tr_TR/LC_MESSAGES".
But this time system is using English & Turkish together. For example in the main screen, everything is in English, but in details screen, there are some Turkish & English together. I believe I am doing something wrong.
Attached below you can find screenshots. For some quick Turkish Evet = Yes and Hayir = No.
http://goo.gl/zxGD
Thanks for your quick replies!
Regards, Ata