Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.rw.js
1 /*
2  * Globalize Culture rw
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( "rw", "default", {
29         name: "rw",
30         englishName: "Kinyarwanda",
31         nativeName: "Kinyarwanda",
32         language: "rw",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 percent: {
37                         ",": " ",
38                         ".": ","
39                 },
40                 currency: {
41                         pattern: ["$-n","$ n"],
42                         ",": " ",
43                         ".": ",",
44                         symbol: "RWF"
45                 }
46         },
47         calendars: {
48                 standard: {
49                         days: {
50                                 names: ["Ku wa mbere","Ku wa kabiri","Ku wa gatatu","Ku wa kane","Ku wa gatanu","Ku wa gatandatu","Ku cyumweru"],
51                                 namesAbbr: ["mbe.","kab.","gat.","kan.","gat.","gat.","cyu."],
52                                 namesShort: ["mb","ka","ga","ka","ga","ga","cy"]
53                         },
54                         months: {
55                                 names: ["Mutarama","Gashyantare","Werurwe","Mata","Gicurasi","Kamena","Nyakanga","Kanama","Nzeli","Ukwakira","Ugushyingo","Ukuboza",""],
56                                 namesAbbr: ["Mut","Gas","Wer","Mat","Gic","Kam","Nya","Kan","Nze","Ukwa","Ugu","Uku",""]
57                         },
58                         AM: ["saa moya z.m.","saa moya z.m.","SAA MOYA Z.M."],
59                         PM: ["saa moya z.n.","saa moya z.n.","SAA MOYA Z.N."],
60                         eras: [{"name":"AD","start":null,"offset":0}]
61                 }
62         }
63 });
64
65 }( this ));