/packages/jquery-globalize.0.1.0/Content/Scripts/jquery.globalize/cultures/globalize.culture.nl-BE.js

https://bitbucket.org/chief7/asp.net-mvc-3-localization-issue · JavaScript · 76 lines · 57 code · 5 blank · 14 comment · 4 complexity · f399907e82e3eebdbc6d532b4ca5c18a MD5 · raw file

  1. /*
  2. * Globalize Culture nl-BE
  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-BE", "default", {
  25. name: "nl-BE",
  26. englishName: "Dutch (Belgium)",
  27. nativeName: "Nederlands (België)",
  28. language: "nl",
  29. numberFormat: {
  30. ",": ".",
  31. ".": ",",
  32. percent: {
  33. pattern: ["-n%","n%"],
  34. ",": ".",
  35. ".": ","
  36. },
  37. currency: {
  38. pattern: ["$ -n","$ n"],
  39. ",": ".",
  40. ".": ",",
  41. symbol: "€"
  42. }
  43. },
  44. calendars: {
  45. standard: {
  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/MM/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 ));