www/jqwidgets/globalization/globalize.culture.en-US.js

changeset 675
825210ba2707
equal deleted inserted replaced
674:6cabc02f4c8d 675:825210ba2707
1 /* tslint:disable */
2 /* eslint-disable */
3 /*
4 * Globalize Culture en-US
5 *
6 * http://github.com/jquery/globalize
7 *
8 * Copyright Software Freedom Conservancy, Inc.
9 * Dual licensed under the MIT or GPL Version 2 licenses.
10 * http://jquery.org/license
11 *
12 * This file was generated by the Globalize Culture Generator
13 * Translation: bugs found in this file need to be fixed in the generator
14 */
15
16 (function( window, undefined ) {
17
18 var Globalize;
19
20 if ( typeof require !== "undefined" &&
21 typeof exports !== "undefined" &&
22 typeof module !== "undefined" ) {
23 // Assume CommonJS
24 Globalize = require( "globalize" );
25 } else {
26 // Global variable
27 Globalize = window.Globalize;
28 }
29
30 Globalize.addCultureInfo( "en-US", "default", {
31 name: "en-US",
32 englishName: "English (United States)"
33 });
34
35 }( this ));

mercurial