Welcome to Geeklog Saturday, May 18 2013 @ 08:55 PM EDT
|
||||||||
![]() |
Forum Index > Support > General Geeklog Support |
New Topic
|
Post Reply
|
Partial multilingual support |
|||
| ::Ben |
|
||||||
![]() ![]() ![]() ![]() ![]() Full Member ![]() Status: offline ![]() Registered: 01/14/05 Posts: 1359 |
Hello,
Is there a way to set a partial multilingual support on a Geeklog site? What I get is a Geeklog site, with topics, stories, and pages. What I want is to activate multilingual support but serve default items from the main language if optional language items are not available. How to make this possible? Thanks, ::Ben We speak french on http://geeklog.fr |
||||||
|
|||||||
| LWC |
|
||||||
![]() ![]() ![]() ![]() ![]() Full Member Status: offline ![]() Registered: 02/19/04 Posts: 811 |
Make a feature request to load english/_utf-8.php before loading the current translation. It would, of course, force 100% of the non English-only sites out there to load an extra file...for every plugin too.
Alternatively, just put your manual changes inside an existing file thus keeping its other entries untouched - that way it would simulate what you want. Or if you want to take care of future upgrades, take an existing file and at its bottom create manual duplicated entries, e.g. PHP Formatted Code $LANG01 => array(... 'foo' => 'bar', ... ) // add this section after each upgrade. Entries here overwrite original assignments: $LANG01['foo'] = 'no longer bar'; |
||||||
|
|||||||
| ::Ben |
|
||||||
![]() ![]() ![]() ![]() ![]() Full Member ![]() Status: offline ![]() Registered: 01/14/05 Posts: 1359 |
About a feature request, to allow this "partial multilanguage support", do we need more than a $CONF value (AND / OR) to make the right sql query?
::Ben We speak french on http://geeklog.fr |
||||||
|
|||||||
| Content generated in: 0.87 seconds |
|
|
|