r886 - trunk/demos/functional/templates

r886 - trunk/demos/functional/templates


Author: kbwood.au
Date: Sat Nov 8 00:01:40 2008
New Revision: 886
Modified:
trunk/demos/functional/templates/ui.datepicker.html
Log:
Move Chinese localisations to "alphabetic" order
Modified: trunk/demos/functional/templates/ui.datepicker.html
==============================================================================
--- trunk/demos/functional/templates/ui.datepicker.html    (original)
+++ trunk/demos/functional/templates/ui.datepicker.html    Sat Nov 8 00:01:40
2008
@@ -351,8 +351,6 @@
                destroy: '$("#i18n").datepicker("destroy");',
                options: [
-                    {    desc: '简体中文 (Chinese Simplified)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["zh-CN"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Cloudream");' },
-                    {    desc: '繁體中文 (Chinese Traditional)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["zh-TW"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Ressol");' },
                    {    desc: 'Bahasa Indonesia (Indonesian)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["id"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Deden Fathurahman");' },
                    {    
desc: 'български
език (Bulgarian)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["bg"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Stoyan Kyosev");' },
                    {    desc: 'Català (Catalan)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["ca"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Joan Leon");' },
@@ -384,7 +382,9 @@
                    {    desc: 'suomi (Finnish)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["fi"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Harri Kilpiö");' },
                    {    desc: 'Svenska (Swedish)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["sv"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Anders Ekdahl");' },
                    {    desc: 'Türkçe (Turkish)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["tr"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Izzet Emre Erkan");' },
-                    {    
desc: 'Українська
(Ukranian)',    source: '$("#i18n").datepicker($.extend({},
$.datepicker.regional["uk"], {showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Maxim Drogobitskiy");' }
+                    {    
desc: 'Українська
(Ukranian)',    source: '$("#i18n").datepicker($.extend({},
$.datepicker.regional["uk"], {showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Maxim Drogobitskiy");' },
+                    {    desc: '简体中文 (Chinese Simplified)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["zh-CN"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Cloudream");' },
+                    {    desc: '繁體中文 (Chinese Traditional)',    
source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["zh-TW"],
{showStatus: true, showOn: "both",
buttonImage: "templates/images/calendar.gif", buttonImageOnly:
true}));$("#contrib").html("Ressol");' }
                ]
            },