aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-ca.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-ca.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-ca.js b/static/development-bundle/ui/i18n/ui.datepicker-ca.js
new file mode 100644
index 0000000..ad47af0
--- /dev/null
+++ b/static/development-bundle/ui/i18n/ui.datepicker-ca.js
@@ -0,0 +1,19 @@
1/* Inicialitzaci� en catal� per a l'extenci� 'calendar' per jQuery. */
2/* Writers: (joan.leon@gmail.com). */
3jQuery(function($){
4 $.datepicker.regional['ca'] = {
5 closeText: 'Tancar',
6 prevText: '<Ant',
7 nextText: 'Seg>',
8 currentText: 'Avui',
9 monthNames: ['Gener','Febrer','Març','Abril','Maig','Juny',
10 'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'],
11 monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun',
12 'Jul','Ago','Set','Oct','Nov','Des'],
13 dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'],
14 dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'],
15 dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'],
16 dateFormat: 'mm/dd/yy', firstDay: 0,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['ca']);
19}); \ No newline at end of file