All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.js.locales.sv.js Maven / Gradle / Ivy

/**
 * Swedish translation for bootstrap-datepicker
 * Patrik Ragnarsson 
 */
(function () {
  Datepicker.locales.sv = {
    days: ["söndag", "måndag", "tisdag", "onsdag", "torsdag", "fredag", "lördag"],
    daysShort: ["sön", "mån", "tis", "ons", "tor", "fre", "lör"],
    daysMin: ["sö", "må", "ti", "on", "to", "fr", "lö"],
    months: ["januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"],
    monthsShort: ["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec"],
    today: "Idag",
    format: "yyyy-mm-dd",
    weekStart: 1,
    clear: "Rensa"
  };
}());




© 2015 - 2024 Weber Informatics LLC | Privacy Policy