Please how can i make categories translated in some modules like Ads, i would like the categories to be translated when i change the language.
Please how can i make categories translated in some modules like Ads, i would like the categories to be translated when i change the language. |
Good point those cats get added from the install folder in each app so like ads, chat, events ...... they get made with the sql statement on install not sure if you can create other langs for those. Example: -- category objects INSERT INTO `sys_categories` (`Category`, `ID`, `Type`, `Owner`, `Status`) VALUES Thats from modules/boonex/events/install/install.sql so you can see they are in english and they are not part of the lang file from what i can tell. https://dolphin-techs.com - Skype: Dolphin Techs |
So can someone suggest a solution :D i think we can use the english in sql when puting it we modifie the code source to put the language key for exemple : Party we will make a key like _Party, what do you think ? |
I've tried to create lang key. it does not work. It remains to be seen as a text string. for example: _cars
Does anyone have an idea how to change it? |
It has been requested many times. There is currently no solution. It was added as a ticket for addition to dolphin 7.0.5. But it got moved to the Ideas and Dreams section of trak. Kinda indicates to me that boonex has no plans to do this anytime soon. http://www.boonex.com/trac/dolphin/ticket/2391 https://www.deanbassett.com |