You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pp...@apache.org on 2013/09/10 20:04:33 UTC

[28/51] [partial] [cordova-tizen] Tizen SDK 2.2 support mores samples

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-CHT.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-CHT.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-CHT.js
new file mode 100644
index 0000000..7ca37c9
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-CHT.js
@@ -0,0 +1,72 @@
+/*
+ * Globalize Culture zh-CHT
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zh-CHT", "default", {
+	name: "zh-CHT",
+	englishName: "Chinese (Traditional) Legacy",
+	nativeName: "中文(繁體) 舊版",
+	language: "zh-CHT",
+	numberFormat: {
+		NaN: "非數字",
+		negativeInfinity: "負無窮大",
+		positiveInfinity: "正無窮大",
+		percent: {
+			pattern: ["-n%","n%"]
+		},
+		currency: {
+			symbol: "HK$"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["週日","週一","週二","週三","週四","週五","週六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			AM: ["上午","上午","上午"],
+			PM: ["下午","下午","下午"],
+			eras: [{"name":"公元","start":null,"offset":0}],
+			patterns: {
+				d: "d/M/yyyy",
+				D: "yyyy'年'M'月'd'日'",
+				t: "H:mm",
+				T: "H:mm:ss",
+				f: "yyyy'年'M'月'd'日' H:mm",
+				F: "yyyy'年'M'月'd'日' H:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-CN.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-CN.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-CN.js
new file mode 100644
index 0000000..41e6294
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-CN.js
@@ -0,0 +1,73 @@
+/*
+ * Globalize Culture zh-CN
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zh-CN", "default", {
+	name: "zh-CN",
+	englishName: "Chinese (Simplified, PRC)",
+	nativeName: "中文(中华人民共和国)",
+	language: "zh-CHS",
+	numberFormat: {
+		NaN: "非数字",
+		negativeInfinity: "负无穷大",
+		positiveInfinity: "正无穷大",
+		percent: {
+			pattern: ["-n%","n%"]
+		},
+		currency: {
+			pattern: ["$-n","$n"],
+			symbol: "¥"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["周日","周一","周二","周三","周四","周五","周六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			AM: ["上午","上午","上午"],
+			PM: ["下午","下午","下午"],
+			eras: [{"name":"公元","start":null,"offset":0}],
+			patterns: {
+				d: "yyyy/M/d",
+				D: "yyyy'年'M'月'd'日'",
+				t: "H:mm",
+				T: "H:mm:ss",
+				f: "yyyy'年'M'月'd'日' H:mm",
+				F: "yyyy'年'M'月'd'日' H:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-HK.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-HK.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-HK.js
new file mode 100644
index 0000000..dd769ca
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-HK.js
@@ -0,0 +1,72 @@
+/*
+ * Globalize Culture zh-HK
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zh-HK", "default", {
+	name: "zh-HK",
+	englishName: "Chinese (Traditional, Hong Kong S.A.R.)",
+	nativeName: "中文(香港特別行政區)",
+	language: "zh-CHT",
+	numberFormat: {
+		NaN: "非數字",
+		negativeInfinity: "負無窮大",
+		positiveInfinity: "正無窮大",
+		percent: {
+			pattern: ["-n%","n%"]
+		},
+		currency: {
+			symbol: "HK$"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["週日","週一","週二","週三","週四","週五","週六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			AM: ["上午","上午","上午"],
+			PM: ["下午","下午","下午"],
+			eras: [{"name":"公元","start":null,"offset":0}],
+			patterns: {
+				d: "d/M/yyyy",
+				D: "yyyy'年'M'月'd'日'",
+				t: "H:mm",
+				T: "H:mm:ss",
+				f: "yyyy'年'M'月'd'日' H:mm",
+				F: "yyyy'年'M'月'd'日' H:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-Hans.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-Hans.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-Hans.js
new file mode 100644
index 0000000..8569374
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-Hans.js
@@ -0,0 +1,73 @@
+/*
+ * Globalize Culture zh-Hans
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zh-Hans", "default", {
+	name: "zh-Hans",
+	englishName: "Chinese (Simplified)",
+	nativeName: "中文(简体)",
+	language: "zh-Hans",
+	numberFormat: {
+		NaN: "非数字",
+		negativeInfinity: "负无穷大",
+		positiveInfinity: "正无穷大",
+		percent: {
+			pattern: ["-n%","n%"]
+		},
+		currency: {
+			pattern: ["$-n","$n"],
+			symbol: "¥"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["周日","周一","周二","周三","周四","周五","周六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			AM: ["上午","上午","上午"],
+			PM: ["下午","下午","下午"],
+			eras: [{"name":"公元","start":null,"offset":0}],
+			patterns: {
+				d: "yyyy/M/d",
+				D: "yyyy'年'M'月'd'日'",
+				t: "H:mm",
+				T: "H:mm:ss",
+				f: "yyyy'年'M'月'd'日' H:mm",
+				F: "yyyy'年'M'月'd'日' H:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-Hant.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-Hant.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-Hant.js
new file mode 100644
index 0000000..44ba865
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-Hant.js
@@ -0,0 +1,72 @@
+/*
+ * Globalize Culture zh-Hant
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zh-Hant", "default", {
+	name: "zh-Hant",
+	englishName: "Chinese (Traditional)",
+	nativeName: "中文(繁體)",
+	language: "zh-Hant",
+	numberFormat: {
+		NaN: "非數字",
+		negativeInfinity: "負無窮大",
+		positiveInfinity: "正無窮大",
+		percent: {
+			pattern: ["-n%","n%"]
+		},
+		currency: {
+			symbol: "HK$"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["週日","週一","週二","週三","週四","週五","週六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			AM: ["上午","上午","上午"],
+			PM: ["下午","下午","下午"],
+			eras: [{"name":"公元","start":null,"offset":0}],
+			patterns: {
+				d: "d/M/yyyy",
+				D: "yyyy'年'M'月'd'日'",
+				t: "H:mm",
+				T: "H:mm:ss",
+				f: "yyyy'年'M'月'd'日' H:mm",
+				F: "yyyy'年'M'月'd'日' H:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-MO.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-MO.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-MO.js
new file mode 100644
index 0000000..e09274f
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-MO.js
@@ -0,0 +1,72 @@
+/*
+ * Globalize Culture zh-MO
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zh-MO", "default", {
+	name: "zh-MO",
+	englishName: "Chinese (Traditional, Macao S.A.R.)",
+	nativeName: "中文(澳門特別行政區)",
+	language: "zh-CHT",
+	numberFormat: {
+		NaN: "非數字",
+		negativeInfinity: "負無窮大",
+		positiveInfinity: "正無窮大",
+		percent: {
+			pattern: ["-n%","n%"]
+		},
+		currency: {
+			symbol: "MOP"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["週日","週一","週二","週三","週四","週五","週六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			AM: ["上午","上午","上午"],
+			PM: ["下午","下午","下午"],
+			eras: [{"name":"公元","start":null,"offset":0}],
+			patterns: {
+				d: "d/M/yyyy",
+				D: "yyyy'年'M'月'd'日'",
+				t: "H:mm",
+				T: "H:mm:ss",
+				f: "yyyy'年'M'月'd'日' H:mm",
+				F: "yyyy'年'M'月'd'日' H:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-SG.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-SG.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-SG.js
new file mode 100644
index 0000000..8e99e6d
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-SG.js
@@ -0,0 +1,63 @@
+/*
+ * Globalize Culture zh-SG
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zh-SG", "default", {
+	name: "zh-SG",
+	englishName: "Chinese (Simplified, Singapore)",
+	nativeName: "中文(新加坡)",
+	language: "zh-CHS",
+	numberFormat: {
+		percent: {
+			pattern: ["-n%","n%"]
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["周日","周一","周二","周三","周四","周五","周六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			patterns: {
+				d: "d/M/yyyy",
+				D: "yyyy'年'M'月'd'日'",
+				t: "tt h:mm",
+				T: "tt h:mm:ss",
+				f: "yyyy'年'M'月'd'日' tt h:mm",
+				F: "yyyy'年'M'月'd'日' tt h:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-TW.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-TW.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-TW.js
new file mode 100644
index 0000000..22eea14
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-TW.js
@@ -0,0 +1,99 @@
+/*
+ * Globalize Culture zh-TW
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zh-TW", "default", {
+	name: "zh-TW",
+	englishName: "Chinese (Traditional, Taiwan)",
+	nativeName: "中文(台灣)",
+	language: "zh-CHT",
+	numberFormat: {
+		NaN: "不是一個數字",
+		negativeInfinity: "負無窮大",
+		positiveInfinity: "正無窮大",
+		percent: {
+			pattern: ["-n%","n%"]
+		},
+		currency: {
+			pattern: ["-$n","$n"],
+			symbol: "NT$"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["週日","週一","週二","週三","週四","週五","週六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			AM: ["上午","上午","上午"],
+			PM: ["下午","下午","下午"],
+			eras: [{"name":"西元","start":null,"offset":0}],
+			patterns: {
+				d: "yyyy/M/d",
+				D: "yyyy'年'M'月'd'日'",
+				t: "tt hh:mm",
+				T: "tt hh:mm:ss",
+				f: "yyyy'年'M'月'd'日' tt hh:mm",
+				F: "yyyy'年'M'月'd'日' tt hh:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		},
+		Taiwan: {
+			name: "Taiwan",
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["週日","週一","週二","週三","週四","週五","週六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			AM: ["上午","上午","上午"],
+			PM: ["下午","下午","下午"],
+			eras: [{"name":"","start":null,"offset":1911}],
+			twoDigitYearMax: 99,
+			patterns: {
+				d: "yyyy/M/d",
+				D: "yyyy'年'M'月'd'日'",
+				t: "tt hh:mm",
+				T: "tt hh:mm:ss",
+				f: "yyyy'年'M'月'd'日' tt hh:mm",
+				F: "yyyy'年'M'月'd'日' tt hh:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh.js
new file mode 100644
index 0000000..2bab388
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh.js
@@ -0,0 +1,73 @@
+/*
+ * Globalize Culture zh
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zh", "default", {
+	name: "zh",
+	englishName: "Chinese",
+	nativeName: "中文",
+	language: "zh",
+	numberFormat: {
+		NaN: "非数字",
+		negativeInfinity: "负无穷大",
+		positiveInfinity: "正无穷大",
+		percent: {
+			pattern: ["-n%","n%"]
+		},
+		currency: {
+			pattern: ["$-n","$n"],
+			symbol: "¥"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
+				namesAbbr: ["周日","周一","周二","周三","周四","周五","周六"],
+				namesShort: ["日","一","二","三","四","五","六"]
+			},
+			months: {
+				names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
+				namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
+			},
+			AM: ["上午","上午","上午"],
+			PM: ["下午","下午","下午"],
+			eras: [{"name":"公元","start":null,"offset":0}],
+			patterns: {
+				d: "yyyy/M/d",
+				D: "yyyy'年'M'月'd'日'",
+				t: "H:mm",
+				T: "H:mm:ss",
+				f: "yyyy'年'M'月'd'日' H:mm",
+				F: "yyyy'年'M'月'd'日' H:mm:ss",
+				M: "M'月'd'日'",
+				Y: "yyyy'年'M'月'"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zu-ZA.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zu-ZA.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zu-ZA.js
new file mode 100644
index 0000000..348cda6
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zu-ZA.js
@@ -0,0 +1,66 @@
+/*
+ * Globalize Culture zu-ZA
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zu-ZA", "default", {
+	name: "zu-ZA",
+	englishName: "isiZulu (South Africa)",
+	nativeName: "isiZulu (iNingizimu Afrika)",
+	language: "zu",
+	numberFormat: {
+		percent: {
+			pattern: ["-%n","%n"]
+		},
+		currency: {
+			pattern: ["$-n","$ n"],
+			symbol: "R"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["iSonto","uMsombuluko","uLwesibili","uLwesithathu","uLwesine","uLwesihlanu","uMgqibelo"],
+				namesAbbr: ["Son.","Mso.","Bi.","Tha.","Ne.","Hla.","Mgq."]
+			},
+			months: {
+				names: ["uMasingana","uNhlolanja","uNdasa","uMbaso","uNhlaba","uNhlangulana","uNtulikazi","uNcwaba","uMandulo","uMfumfu","uLwezi","uZibandlela",""],
+				namesAbbr: ["Mas.","Nhlo.","Nda.","Mba.","Nhla.","Nhlang.","Ntu.","Ncwa.","Man.","Mfu.","Lwe.","Zib.",""]
+			},
+			patterns: {
+				d: "yyyy/MM/dd",
+				D: "dd MMMM yyyy",
+				t: "hh:mm tt",
+				T: "hh:mm:ss tt",
+				f: "dd MMMM yyyy hh:mm tt",
+				F: "dd MMMM yyyy hh:mm:ss tt",
+				M: "dd MMMM",
+				Y: "MMMM yyyy"
+			}
+		}
+	}
+});
+
+}( this ));

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/4ebce38e/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zu.js
----------------------------------------------------------------------
diff --git a/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zu.js b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zu.js
new file mode 100644
index 0000000..78873a5
--- /dev/null
+++ b/samples/TizenWebUI-sample-v1/tizen-web-ui-fw/latest/js/cultures/globalize.culture.zu.js
@@ -0,0 +1,66 @@
+/*
+ * Globalize Culture zu
+ *
+ * http://github.com/jquery/globalize
+ *
+ * Copyright Software Freedom Conservancy, Inc.
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * This file was generated by the Globalize Culture Generator
+ * Translation: bugs found in this file need to be fixed in the generator
+ */
+
+(function( window, undefined ) {
+
+var Globalize;
+
+if ( typeof require !== "undefined"
+	&& typeof exports !== "undefined"
+	&& typeof module !== "undefined" ) {
+	// Assume CommonJS
+	Globalize = require( "globalize" );
+} else {
+	// Global variable
+	Globalize = window.Globalize;
+}
+
+Globalize.addCultureInfo( "zu", "default", {
+	name: "zu",
+	englishName: "isiZulu",
+	nativeName: "isiZulu",
+	language: "zu",
+	numberFormat: {
+		percent: {
+			pattern: ["-%n","%n"]
+		},
+		currency: {
+			pattern: ["$-n","$ n"],
+			symbol: "R"
+		}
+	},
+	calendars: {
+		standard: {
+			days: {
+				names: ["iSonto","uMsombuluko","uLwesibili","uLwesithathu","uLwesine","uLwesihlanu","uMgqibelo"],
+				namesAbbr: ["Son.","Mso.","Bi.","Tha.","Ne.","Hla.","Mgq."]
+			},
+			months: {
+				names: ["uMasingana","uNhlolanja","uNdasa","uMbaso","uNhlaba","uNhlangulana","uNtulikazi","uNcwaba","uMandulo","uMfumfu","uLwezi","uZibandlela",""],
+				namesAbbr: ["Mas.","Nhlo.","Nda.","Mba.","Nhla.","Nhlang.","Ntu.","Ncwa.","Man.","Mfu.","Lwe.","Zib.",""]
+			},
+			patterns: {
+				d: "yyyy/MM/dd",
+				D: "dd MMMM yyyy",
+				t: "hh:mm tt",
+				T: "hh:mm:ss tt",
+				f: "dd MMMM yyyy hh:mm tt",
+				F: "dd MMMM yyyy hh:mm:ss tt",
+				M: "dd MMMM",
+				Y: "MMMM yyyy"
+			}
+		}
+	}
+});
+
+}( this ));