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

changeset 511
2d1d43c3a2c2
parent 117
7119ea8a5225
child 617
b216f9d4b917
equal deleted inserted replaced
510:2da3d3340403 511:2d1d43c3a2c2
1 /* 1 !function(a,b){var c;c="undefined"!=typeof require&&"undefined"!=typeof exports&&"undefined"!=typeof module?require("globalize"):a.Globalize,c.addCultureInfo("en-US","default",{name:"en-US",englishName:"English (United States)"})}(this);
2 * Globalize Culture en-US
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( "en-US", "default", {
29 name: "en-US",
30 englishName: "English (United States)"
31 });
32
33 }( this ));

mercurial