about translation osclass v4.4.0
« 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

*

MB Themes

Re: about translation osclass v4.4.0
« Reply #1 on: October 07, 2021, 04:16:09 PM »
If you do not translate it, there is noone else that would do it for you  ???
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: about translation osclass v4.4.0
« Reply #2 on: October 07, 2021, 04:26:42 PM »
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

Re: about translation osclass v4.4.0
« Reply #3 on: October 07, 2021, 04:36:39 PM »
thanks i got the file

*

MB Themes

Re: about translation osclass v4.4.0
« Reply #4 on: October 07, 2021, 08:12:17 PM »
Categories are translated on category page
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots