Skip to content

Commit

Permalink
Corrected week header for et locale. Fixed #8129 - Localization error…
Browse files Browse the repository at this point in the history
… in et locale (week header)

(cherry picked from commit fa40c35)
  • Loading branch information
rdworth committed Feb 23, 2012
1 parent e011350 commit 35e2919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-et.js
Expand Up @@ -13,7 +13,7 @@ jQuery(function($){
dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'],
dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'],
dayNamesMin: ['P','E','T','K','N','R','L'],
weekHeader: 'Sm',
weekHeader: 'näd',
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false,
Expand Down

0 comments on commit 35e2919

Please sign in to comment.