/test/libs/cultures/globalize.culture.nl-NL.js

http://github.com/daffl/jquery.dform · JavaScript · 76 lines · 57 code · 5 blank · 14 comment · 2 complexity · ca8e0791be7dd9517141af1b19042852 MD5 · raw file

  1. /*
  2. * Globalize Culture nl-NL
  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. (function( window, undefined ) {
  14. var Globalize;
  15. if ( typeof require !== "undefined" &&
  16. typeof exports !== "undefined" &&
  17. typeof module !== "undefined" ) {
  18. // Assume CommonJS
  19. Globalize = require( "globalize" );
  20. } else {
  21. // Global variable
  22. Globalize = window.Globalize;
  23. }
  24. Globalize.addCultureInfo( "nl-NL", "default", {
  25. name: "nl-NL",
  26. englishName: "Dutch (Netherlands)",
  27. nativeName: "Nederlands (Nederland)",
  28. language: "nl",
  29. numberFormat: {
  30. ",": ".",
  31. ".": ",",
  32. percent: {
  33. ",": ".",
  34. ".": ","
  35. },
  36. currency: {
  37. pattern: ["$ -n","$ n"],
  38. ",": ".",
  39. ".": ",",
  40. symbol: "€"
  41. }
  42. },
  43. calendars: {
  44. standard: {
  45. "/": "-",
  46. firstDay: 1,
  47. days: {
  48. names: ["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],
  49. namesAbbr: ["zo","ma","di","wo","do","vr","za"],
  50. namesShort: ["zo","ma","di","wo","do","vr","za"]
  51. },
  52. months: {
  53. names: ["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december",""],
  54. namesAbbr: ["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec",""]
  55. },
  56. AM: null,
  57. PM: null,
  58. patterns: {
  59. d: "d-M-yyyy",
  60. D: "dddd d MMMM yyyy",
  61. t: "H:mm",
  62. T: "H:mm:ss",
  63. f: "dddd d MMMM yyyy H:mm",
  64. F: "dddd d MMMM yyyy H:mm:ss",
  65. M: "dd MMMM",
  66. Y: "MMMM yyyy"
  67. }
  68. }
  69. }
  70. });
  71. }( this ));