globalize.culture.en-US.js 795 B

1234567891011121314151617181920212223242526272829303132333435
  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. (function( window, undefined ) {
  16. var Globalize;
  17. if ( typeof require !== "undefined" &&
  18. typeof exports !== "undefined" &&
  19. typeof module !== "undefined" ) {
  20. // Assume CommonJS
  21. Globalize = require( "globalize" );
  22. } else {
  23. // Global variable
  24. Globalize = window.Globalize;
  25. }
  26. Globalize.addCultureInfo( "en-US", "default", {
  27. name: "en-US",
  28. englishName: "English (United States)"
  29. });
  30. }( this ));