/packages/jquery-globalize.0.1.0/Content/Scripts/jquery.globalize/cultures/globalize.culture.sl-SI.js

https://bitbucket.org/chief7/asp.net-mvc-3-localization-issue · JavaScript · 77 lines · 58 code · 5 blank · 14 comment · 4 complexity · 256d7b62f0ad8a03364d75ef17177fb3 MD5 · raw file

  1. /*
  2. * Globalize Culture sl-SI
  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( "sl-SI", "default", {
  25. name: "sl-SI",
  26. englishName: "Slovenian (Slovenia)",
  27. nativeName: "slovenski (Slovenija)",
  28. language: "sl",
  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. "/": ".",
  47. firstDay: 1,
  48. days: {
  49. names: ["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"],
  50. namesAbbr: ["ned","pon","tor","sre","čet","pet","sob"],
  51. namesShort: ["ne","po","to","sr","če","pe","so"]
  52. },
  53. months: {
  54. names: ["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december",""],
  55. namesAbbr: ["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec",""]
  56. },
  57. AM: null,
  58. PM: null,
  59. patterns: {
  60. d: "d.M.yyyy",
  61. D: "d. MMMM yyyy",
  62. t: "H:mm",
  63. T: "H:mm:ss",
  64. f: "d. MMMM yyyy H:mm",
  65. F: "d. MMMM yyyy H:mm:ss",
  66. M: "d. MMMM",
  67. Y: "MMMM yyyy"
  68. }
  69. }
  70. }
  71. });
  72. }( this ));