Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


CB localisation
Date: 2006/05/13 22:01 By: globule Status: User  
Karma: 6  
Junior Joomlapolitan

Posts: 43
graphgraph
Hello,

I'd like to discuss about language support.
Language plugins are a wonderfull idea but this system does not cover all CB pages because many texts are hard-coded.
However, many strings (such as colum names in admin user list) are already declared in the language file.
Would it be possible to :

  • replace hardcoded string with php constants if they exist

  • create new constants corresponding to other string

?

e.g.:
replace lines 1468-1469 in admin.comprofiler.html.php
Code:

       <th width="20%" class="title">Name</th>       <th width="10%" class="title">UserName</th>

with
Code:

       <th width="20%" class="title"><?php echo _UE_NAME ?></th>       <th width="10%" class="title"><?php echo _UE_UNAME ?></th>



I know this is a hard work but you could build a team from all your members and affec a file (or part) to each one.
This way, the work could be done in about 2 days...
Click here to see the profile of this user The administrator has disabled public write access.

Re:CB localisation
Date: 2006/05/13 22:48 By: nant Status: Admin  
Karma: 466  
Admin

Posts: 6230
graph
I think these items effect the backend which at the moment is not internationalized (Joomla is working on it).
All frontend aspects are not using hardcoded strings (i think).
Nick A.
CB Core Team Member
Support CB Development and Get Detailed Documentation
Developer of Nant's Gallery plugin
CB Gallery Extensions Listing, Rate CB Gallery on Extensions Site
Developer of CB AutoWelcome Plugin
CB AutoWelcome Extensions Listing,Rate CB AutoWelcome on Extensions Site
People ignoring your call for help? Read this!
FAQ you
Joomlapolis Extensions Directory (new)- check it out!
Click here to see the profile of this user The administrator has disabled public write access.

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC4)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC4, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers and now also to all registered joomlapolitans.

CB Login