aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-sq.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-sq.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-sq.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-sq.js b/static/development-bundle/ui/i18n/ui.datepicker-sq.js
deleted file mode 100644
index ac67e68..0000000
--- a/static/development-bundle/ui/i18n/ui.datepicker-sq.js
+++ /dev/null
@@ -1,19 +0,0 @@
1/* Albanian initialisation for the jQuery UI date picker plugin. */
2/* Written by Flakron Bytyqi (flakron@gmail.com). */
3jQuery(function($){
4 $.datepicker.regional['sq'] = {
5 closeText: 'mbylle',
6 prevText: '<mbrapa',
7 nextText: 'Përpara>',
8 currentText: 'sot',
9 monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor',
10 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'],
11 monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer',
12 'Kor','Gus','Sht','Tet','Nën','Dhj'],
13 dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'],
14 dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'],
15 dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'],
16 dateFormat: 'dd.mm.yy', firstDay: 1,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['sq']);
19});