uxsolutions / bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)
Apache License 2.0
12.66k stars 6.07k forks source link

Fix missing comma in bootstrap-datepicker.ms.js #237

Closed gremo closed 11 years ago

gremo commented 11 years ago

There are a lot of missing } after property list errors in these files:

/**
 * Malay translation for bootstrap-datepicker
 * Ateman Faiz <noorulfaiz@gmail.com>
 */
;(function($){
    $.fn.datepicker.dates['ms'] = {
        days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu", "Ahad"],
        daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"],
        daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"],
        months: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"],
        monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"]
        today: "Hari Ini"
    };
}(jQuery));

Please fix this. I'm merging and compressing locales/*.js files with YUI and this is causing a runtime error.

gremo commented 11 years ago

Still nothing?

eternicode commented 11 years ago

Fixed, sorry about that.