JuxtaPhoto v1.51 Multi Language Version
I added multilanguage support in JuxtaPhoto v1.51.
It's almost totally seperate text from tpl, php, js file, and use a language configuration file.
It's easily to change your english interface into any other language.
I also provide 3 language packs:
Simplify Chinese (gb)
Traditional Chinese (big5)
English (latin1)
You can download JuxtaPhoto-1.51.multi.tar.gz here:
http://www.guojiele.com/attachment.php?aid=55
Any Question
http://www.guojiele.com/forum-9-1.html (Chinese Web Page)
or mailto:
samwang1974@gmail.com
Demo Page:
http://www.guojiele.com/photos
--------------------
ChangeLogs
--------------------
Added Multilanguage Surport
you have no need to change the templates, just set ./data/config.php
$config['language'] = 'gb';
then you can change all web page into Chinese Interface.
the other language works in same way.
The language pack stored in ./templates
charset.lang.php is major language pack for user interface,
charset.admin.lang.php is use for Organize interface.
I provide 3 language packs,
gb.lang.php - Simplify Chinese
big5.lang.php - Traditional Chinese
latin1.lang.php - English
Fixed a bug, when server's php.ini set cookie domain and it's different from
JuxtaPhoto's domain. User can not sign in the Organize interface.