Skip to content

Commit

Permalink
Datepicker: Added Rhaeto-Romanic translation. Fixes #6728 - Datepicke…
Browse files Browse the repository at this point in the history
…r: Add i18n translation for Rhaeto-Romanic.
  • Loading branch information
Heiko Henning authored and scottgonzalez committed Dec 7, 2010
1 parent 0d0969c commit 5f919b2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ui/i18n/jquery.ui.datepicker-rm.js
@@ -0,0 +1,21 @@
/* Romansh initialisation for the jQuery UI date picker plugin. */
/* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */
jQuery(function($){
$.datepicker.regional['rm'] = {
closeText: 'Serrar',
prevText: '<Suandant',
nextText: 'Precedent>',
currentText: 'Actual',
monthNames: ['Schaner','Favrer','Mars','Avrigl','Matg','Zercladur', 'Fanadur','Avust','Settember','October','November','December'],
monthNamesShort: ['Scha','Fev','Mar','Avr','Matg','Zer', 'Fan','Avu','Sett','Oct','Nov','Dec'],
dayNames: ['Dumengia','Glindesdi','Mardi','Mesemna','Gievgia','Venderdi','Sonda'],
dayNamesShort: ['Dum','Gli','Mar','Mes','Gie','Ven','Som'],
dayNamesMin: ['Du','Gl','Ma','Me','Gi','Ve','So'],
weekHeader: 'emna',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['rm']);
});

0 comments on commit 5f919b2

Please sign in to comment.