6e4509fb82701a2c6180769057d9b2cee170ca75
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.fil.js
1 /*
2  * Globalize Culture fil
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( "fil", "default", {
29         name: "fil",
30         englishName: "Filipino",
31         nativeName: "Filipino",
32         language: "fil",
33         numberFormat: {
34                 currency: {
35                         symbol: "PhP"
36                 }
37         },
38         calendars: {
39                 standard: {
40                         days: {
41                                 names: ["Linggo","Lunes","Martes","Mierkoles","Huebes","Biernes","Sabado"],
42                                 namesAbbr: ["Lin","Lun","Mar","Mier","Hueb","Bier","Saba"],
43                                 namesShort: ["L","L","M","M","H","B","S"]
44                         },
45                         months: {
46                                 names: ["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Septyembre","Oktubre","Nobyembre","Disyembre",""],
47                                 namesAbbr: ["En","Peb","Mar","Abr","Mayo","Hun","Hul","Agos","Sept","Okt","Nob","Dis",""]
48                         },
49                         eras: [{"name":"Anno Domini","start":null,"offset":0}]
50                 }
51         }
52 });
53
54 }( this ));