aboutsummaryrefslogtreecommitdiff
path: root/public/js/locales/bootstrap-datepicker.sq.js
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-09 22:33:07 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-09 22:33:07 +0800
commit2eabeba6b76d906664defe4392a7ca2640128712 (patch)
tree9c83ac41f4f58db3eb303f695755f43e51ba0cf2 /public/js/locales/bootstrap-datepicker.sq.js
parent045c21de4fc318abcaa80e5aea1f7d6a8ab8ac00 (diff)
finish milestone add page
Diffstat (limited to 'public/js/locales/bootstrap-datepicker.sq.js')
-rw-r--r--public/js/locales/bootstrap-datepicker.sq.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/js/locales/bootstrap-datepicker.sq.js b/public/js/locales/bootstrap-datepicker.sq.js
new file mode 100644
index 00000000..a045a9d9
--- /dev/null
+++ b/public/js/locales/bootstrap-datepicker.sq.js
@@ -0,0 +1,15 @@
+/**
+ * Albanian translation for bootstrap-datepicker
+ * Tomor Pupovci <http://www.github.com/ttomor>
+ */
+;(function($){
+ $.fn.datepicker.dates['sq'] = {
+ days: ["E Diel", "E Hënë", "E martē", "E mërkurë", "E Enjte", "E Premte", "E Shtunë", "E Diel"],
+ daysShort: ["Die", "Hën", "Mar", "Mër", "Enj", "Pre", "Shtu", "Die"],
+ daysMin: ["Di", "Hë", "Ma", "Më", "En", "Pr", "Sht", "Di"],
+ months: ["Janar", "Shkurt", "Mars", "Prill", "Maj", "Qershor", "Korrik", "Gusht", "Shtator", "Tetor", "Nëntor", "Dhjetor"],
+ monthsShort: ["Jan", "Shk", "Mar", "Pri", "Maj", "Qer", "Korr", "Gu", "Sht", "Tet", "Nën", "Dhjet"],
+ today: "Sot"
+ };
+}(jQuery));
+