Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.ga-IE.js
1 /*
2  * Globalize Culture ga-IE
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( "ga-IE", "default", {
29         name: "ga-IE",
30         englishName: "Irish (Ireland)",
31         nativeName: "Gaeilge (Éire)",
32         language: "ga",
33         numberFormat: {
34                 currency: {
35                         pattern: ["-$n","$n"],
36                         symbol: "€"
37                 }
38         },
39         calendars: {
40                 standard: {
41                         firstDay: 1,
42                         days: {
43                                 names: ["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],
44                                 namesAbbr: ["Domh","Luan","Máir","Céad","Déar","Aoi","Sath"],
45                                 namesShort: ["Do","Lu","Má","Cé","De","Ao","Sa"]
46                         },
47                         months: {
48                                 names: ["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig",""],
49                                 namesAbbr: ["Ean","Feabh","Már","Aib","Bealt","Meith","Iúil","Lún","M.Fómh","D.Fómh","Samh","Noll",""]
50                         },
51                         AM: ["r.n.","r.n.","R.N."],
52                         PM: ["i.n.","i.n.","I.N."],
53                         patterns: {
54                                 d: "dd/MM/yyyy",
55                                 D: "d MMMM yyyy",
56                                 t: "HH:mm",
57                                 T: "HH:mm:ss",
58                                 f: "d MMMM yyyy HH:mm",
59                                 F: "d MMMM yyyy HH:mm:ss",
60                                 M: "dd MMMM",
61                                 Y: "MMMM yyyy"
62                         }
63                 }
64         }
65 });
66
67 }( this ));