aboutsummaryrefslogtreecommitdiffstats
path: root/servo/static/js/locales/bootstrap-datepicker.ms.js
diff options
context:
space:
mode:
Diffstat (limited to 'servo/static/js/locales/bootstrap-datepicker.ms.js')
-rwxr-xr-xservo/static/js/locales/bootstrap-datepicker.ms.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/servo/static/js/locales/bootstrap-datepicker.ms.js b/servo/static/js/locales/bootstrap-datepicker.ms.js
new file mode 100755
index 0000000..fa3a21a
--- /dev/null
+++ b/servo/static/js/locales/bootstrap-datepicker.ms.js
@@ -0,0 +1,14 @@
+/**
+ * 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));