]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/cldr/supplemental.js
update dojo to 1.7.3
[tt-rss.git] / lib / dojo / cldr / supplemental.js
1 /*
2 Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
3 Available via Academic Free License >= 2.1 OR the modified BSD license.
4 see: http://dojotoolkit.org/license for details
5 */
6
7 //>>built
8 define("dojo/cldr/supplemental",["../_base/kernel","../_base/lang","../i18n"],function(_1,_2){_2.getObject("cldr.supplemental",true,_1);_1.cldr.supplemental.getFirstDayOfWeek=function(_3){var _4={mv:5,ae:6,af:6,bh:6,dj:6,dz:6,eg:6,er:6,et:6,iq:6,ir:6,jo:6,ke:6,kw:6,ly:6,ma:6,om:6,qa:6,sa:6,sd:6,so:6,sy:6,tn:6,ye:6,ar:0,as:0,az:0,bw:0,ca:0,cn:0,fo:0,ge:0,gl:0,gu:0,hk:0,il:0,"in":0,jm:0,jp:0,kg:0,kr:0,la:0,mh:0,mn:0,mo:0,mp:0,mt:0,nz:0,ph:0,pk:0,sg:0,th:0,tt:0,tw:0,um:0,us:0,uz:0,vi:0,zw:0};var _5=_1.cldr.supplemental._region(_3);var _6=_4[_5];return (_6===undefined)?1:_6;};_1.cldr.supplemental._region=function(_7){_7=_1.i18n.normalizeLocale(_7);var _8=_7.split("-");var _9=_8[1];if(!_9){_9={de:"de",en:"us",es:"es",fi:"fi",fr:"fr",he:"il",hu:"hu",it:"it",ja:"jp",ko:"kr",nl:"nl",pt:"br",sv:"se",zh:"cn"}[_8[0]];}else{if(_9.length==4){_9=_8[2];}}return _9;};_1.cldr.supplemental.getWeekend=function(_a){var _b={"in":0,af:4,dz:4,ir:4,om:4,sa:4,ye:4,ae:5,bh:5,eg:5,il:5,iq:5,jo:5,kw:5,ly:5,ma:5,qa:5,sd:5,sy:5,tn:5};var _c={af:5,dz:5,ir:5,om:5,sa:5,ye:5,ae:6,bh:5,eg:6,il:6,iq:6,jo:6,kw:6,ly:6,ma:6,qa:6,sd:6,sy:6,tn:6};var _d=_1.cldr.supplemental._region(_a);var _e=_b[_d];var _f=_c[_d];if(_e===undefined){_e=6;}if(_f===undefined){_f=0;}return {start:_e,end:_f};};return _1.cldr.supplemental;});