Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.sw.js
1 /*
2  * Globalize Culture sw
3  *
4  * http://github.com/jquery/globalize
5  *
6  * Copyright Software Freedom Conservancy, Inc.
7  * Dual licensed under the MIT or GPL Version 2 licenses.
8  * http://jquery.org/license
9  *
10  * This file was generated by the Globalize Culture Generator
11  * Translation: bugs found in this file need to be fixed in the generator
12  */
13
14 (function( window, undefined ) {
15
16 var Globalize;
17
18 if ( typeof require !== "undefined"
19         && typeof exports !== "undefined"
20         && typeof module !== "undefined" ) {
21         // Assume CommonJS
22         Globalize = require( "globalize" );
23 } else {
24         // Global variable
25         Globalize = window.Globalize;
26 }
27
28 Globalize.addCultureInfo( "sw", "default", {
29         name: "sw",
30         englishName: "Kiswahili",
31         nativeName: "Kiswahili",
32         language: "sw",
33         numberFormat: {
34                 currency: {
35                         symbol: "S"
36                 }
37         },
38         calendars: {
39                 standard: {
40                         days: {
41                                 names: ["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],
42                                 namesAbbr: ["Jumap.","Jumat.","Juman.","Jumat.","Alh.","Iju.","Jumam."],
43                                 namesShort: ["P","T","N","T","A","I","M"]
44                         },
45                         months: {
46                                 names: ["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Decemba",""],
47                                 namesAbbr: ["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Dec",""]
48                         }
49                 }
50         }
51 });
52
53 }( this ));