Support Forums - Classified Ads Script Osclass
General osclass questions => General discussion => Topic started by: Ahmed Abdelhamed on October 07, 2021, 03:44:27 PM
-
hello
this is the path of file : osclass/oc-includes/osclass/installer/basic_data.php
<?php
$categories = array(
array('pk_i_id' => 1, 'i_position' => 1, 'fk_i_parent_id' => NULL, 's_name' => __('For sale')),
array('pk_i_id' => 2, 'i_position' => 2, 'fk_i_parent_id' => NULL, 's_name' => __('Vehicles')),
array('pk_i_id' => 3, 'i_position' => 3, 'fk_i_parent_id' => NULL, 's_name' => __('Classes')),
array('pk_i_id' => 4, 'i_position' => 4, 'fk_i_parent_id' => NULL, 's_name' => __('Real estate')),
array('pk_i_id' => 5, 'i_position' => 5, 'fk_i_parent_id' => NULL, 's_name' => __('Services')),
array('pk_i_id' => 6, 'i_position' => 6, 'fk_i_parent_id' => NULL, 's_name' => __('Community')),
array('pk_i_id' => 7, 'i_position' => 7, 'fk_i_parent_id' => NULL, 's_name' => __('Personals')),
array('pk_i_id' => 8, 'i_position' => 8, 'fk_i_parent_id' => NULL, 's_name' => __('Jobs')),
about this code when it setup the osclass the categories translated to arabic but when i change the name of categories it didnt translated on arabic still on english language can i know why
is there a file that must add the names of categories to be translated automatically ?
thanks in advanced
-
If you do not translate it, there is noone else that would do it for you ???
-
i am asked u sir how can i find the file that can translate on it the names of the categories i am search for it but i can not find it please
-
thanks i got the file
-
Categories are translated on category page