I installed Groupjive & plugins. My website is multilangual: EN,ES,FR
I would like to edit some words. I have a look in some languge files in
public_html/components/com_comprofiler/plugin/user/plug_cbgroupjive
But it doesn't look like any language files of joomla (/language/en-GB/en-GB.com_xxxx.ini)
Also, I will create groupjive categories, so need the name of these categories multilangual.
If I use a variable name like _UE_NAMECATEGORY in com_profiler language file, it will work?
Or I absolutely need to add it in Groupjivelanguage file?
Well, any answer,doc or tuto about this is more than welcome.
OK. I added some categories names in the english language file (components/com_comprofiler/plugin/language/cbgroupjiveen-gb/language.php) like this:
'GROUPJIVE_CATEGORY_ACTIVITIES' => 'Activities',
'GROUPJIVE_CATEGORY_SERVICES' => 'Services',
'GROUPJIVE_CATEGORY_JOB' => 'Jobs',
'GROUPJIVE_CATEGORY_PRODUCTS' => 'Products',
But it doesn't work, in frontend I see GROUPJIVE_CATEGORY_ACTIVITIES instead of Activities
Category and Group names are not translated as they can be and usually are user supplied so they are not passed through translation. Suppose you can add this to the getName functions in GJs class file though if you wanted.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.