summaryrefslogtreecommitdiff
path: root/inc/lang
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2014-03-05 16:43:08 +0100
committerAndreas Gohr <gohr@cosmocode.de>2014-03-05 16:43:08 +0100
commitfc8dbb92180ea98835a9e9cc701afe512b8fd47b (patch)
treeb255f5ca4a92c803592935c343a7afe9b300407f /inc/lang
parentd2fb55d55ccad0166f2443389f52f6c01bb32667 (diff)
downloadrpg-fc8dbb92180ea98835a9e9cc701afe512b8fd47b.tar.gz
rpg-fc8dbb92180ea98835a9e9cc701afe512b8fd47b.tar.bz2
updates jquery and jquery ui
we now pull jQuery directly from jquery's CDN instead of google because google serves slightly outdated versions under the /1/ branch The updated smoothness theme currently breaks compression. Haven't figured out why, yet.
Diffstat (limited to 'inc/lang')
-rw-r--r--inc/lang/es/jquery.ui.datepicker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/es/jquery.ui.datepicker.js b/inc/lang/es/jquery.ui.datepicker.js
index ae32124e7..763d4cedd 100644
--- a/inc/lang/es/jquery.ui.datepicker.js
+++ b/inc/lang/es/jquery.ui.datepicker.js
@@ -9,9 +9,9 @@ jQuery(function($){
monthNames: ['enero','febrero','marzo','abril','mayo','junio',
'julio','agosto','septiembre','octubre','noviembre','diciembre'],
monthNamesShort: ['ene','feb','mar','abr','may','jun',
- 'jul','ago','sep','oct','nov','dic'],
+ 'jul','ogo','sep','oct','nov','dic'],
dayNames: ['domingo','lunes','martes','miércoles','jueves','viernes','sábado'],
- dayNamesShort: ['dom','lun','mar','mié','jue','vie','sáb'],
+ dayNamesShort: ['dom','lun','mar','mié','juv','vie','sáb'],
dayNamesMin: ['D','L','M','X','J','V','S'],
weekHeader: 'Sm',
dateFormat: 'dd/mm/yy',