OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Greek in VehicleManager

kyriakoscha (Visitor)
Posts: 0
graphgraph
User Offline
Greek in VehicleManager 9 Years, 5 Months ago
Karma: 0  
Hello, i am creating a web page for my work and i ran to VehicleManager because i want to make a presentation of cars. My page has three languages : English Greek and Russian. I see the english names of the titles, descriptions etc, but when i turn to greek language, in the place of the names it shows the names of the attributes ex. in English it shows "Vehicle Description" and in Greek "VEHICLE_DESC". I Tried to add names in Greek Language but it only gives me the option of English language. Can u please help me?
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Greek in VehicleManager 9 Years, 5 Months ago
Karma: 58  
Hello,


Vehicle Manager in Language Manager has not Greek Language support. You can not add names in Greek Language.

If you have other questions, please ask.

Thanks,
Taras
OrdaSoft team.
Logged Logged
Last Edit: 2014/10/16 10:21 By Taras.
The administrator has disabled public write access.
JohnnyC (Visitor)
Posts: 0
graphgraph
User Offline
Re:Greek in VehicleManager 9 Years, 4 Months ago
Karma: 0  
One thing you can do is to translate the constant values at your will, but still the language is going to be "English". Κάντο με UTF8 αν δε σε νοιάζει να χρησιμοποιήσεις άλλη γλώσσα. It is not the best solution if you need multilanguage content.
I also tried the above:
I have my content settings with two languages, Greek and English, but currently I need to use only Greek. So I don't want to enable multilanguage content yet, neither two menus nor the URLs to use the "en" or "el" suffixes. Supposing I use only the Greek language, I need to translate Vehicle Manager but not change o loose the English contants, to use them later.
I created a Greek.php as a copy to English.php, with lang_code 'el-GR' and placed it into components/com_vehiclemanager/lang folder. In VehicleManager :: Language Manager it saw the Greek (Ελληνικά) constants, but in back/frontend it still uses the English constant values.
In documentation it says that the site selected language is used, but the values are read from English.
Searching for a solution I tried to add into DB laguage table, Greek as in Joomla content language is set. The whole Vehicle Manager interface changed to constants and not constant values, as it did not read the Greek.php.
Another try was to change vehiclemanager.php (admin and component)

from
if ($languagelocale == ''
$languagelocale = "en-GB";

to
if ($languagelocale == ''
$languagelocale = "el-GR";

so in my site that no language suffixes are used, to make Greek lang_code as default. Nothing happened.

Is there any way to make it use as default my custom contant values?

Thanks in advance,
Johnny
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Greek in VehicleManager 9 Years, 4 Months ago
Karma: 58  
Hello,

We support only languages, which includes Vehicle Manager. Look documentation.

ordasoft.com/News/Vehicle-Manager-Docume...vehicle-manager.html

Vehicle Manager doesn't include Greek.

Thanks,
Taras
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
Go to top
»