globalize.culture.en-CA.js 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture en-CA
  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-CA", "default", {
  27. name: "en-CA",
  28. englishName: "English (Canada)",
  29. nativeName: "English (Canada)",
  30. numberFormat: {
  31. currency: {
  32. pattern: ["-$n","$n"]
  33. }
  34. },
  35. calendars: {
  36. standard: {
  37. patterns: {
  38. d: "dd/MM/yyyy",
  39. D: "MMMM-dd-yy",
  40. f: "MMMM-dd-yy h:mm tt",
  41. F: "MMMM-dd-yy h:mm:ss tt"
  42. }
  43. }
  44. }
  45. });
  46. }( this ));