longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

Missing croatian language #508

Open Eptick opened 3 years ago

Eptick commented 3 years ago

Here are the values for the croatian localisation of the plugin

hr =  {
        "selected": "Odabrano:",
        "day": "Dan",
        "days": "Dani",
        "apply": "Zatvori",
        "week-1": "pon",
        "week-2": "uto",
        "week-3": "sri",
        "week-4": "čet",
        "week-5": "pet",
        "week-6": "sub",
        "week-7": "ned",
        "week-number": "W",
        "month-name": ["siječanj", "veljača", "ožujak", "travanj", "svibanj", "lipanj", "srpanj", "kolovoz", "rujan", "listopad", "studeni", "prosinac"],
        "shortcuts": "Prečaci",
        "custom-values": "Proizvoljne vrijendost",
        "past": "Prošlo",
        "following": "Sljedeći",
        "previous": "Natrag",
        "prev-week": "Tjedan",
        "prev-month": "Mjesec",
        "prev-year": "Godina",
        "next": "Idući",
        "next-week": "Tjedan",
        "next-month": "Mjesec",
        "next-year": "Godina",
        "less-than": "Raspon ne bi trebao biti veći od %d dana",
        "more-than": "Raspon ne bi trebao biti manji od %d dana",
        "default-more": "Odaberite raspon veći od %d dana",
        "default-single": "Odaberite datum",
        "default-less": "Odaberite raspon manji od %d dana",
        "default-range": "Odaberite raspon veći od %d a manji od %d dana",
        "default-default": "Odaberite raspon datuma",
        "time": "Vrijeme",
        "hour": "Sat",
        "minute": "Minuta"
    }
holtkamp commented 2 years ago

Hi @Eptick can you create a proper pull request for this so we can merge it easily?

Eptick commented 2 years ago

Sure thing, I'll get to it one of these days.