/* | |
* Copyright 2020 Adobe. All rights reserved. | |
* This file is licensed to you under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. You may obtain a copy | |
* of the License at http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software distributed under | |
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS | |
* OF ANY KIND, either express or implied. See the License for the specific language | |
* governing permissions and limitations under the License. | |
*/ | |
// Data from https://github.com/unicode-cldr/cldr-core/blob/master/supplemental/weekData.json | |
// Locales starting on Sunday have been removed for compression. | |
export const weekStartData = { | |
'001': 1, | |
AD: 1, | |
AE: 6, | |
AF: 6, | |
AI: 1, | |
AL: 1, | |
AM: 1, | |
AN: 1, | |
AR: 1, | |
AT: 1, | |
AU: 1, | |
AX: 1, | |
AZ: 1, | |
BA: 1, | |
BE: 1, | |
BG: 1, | |
BH: 6, | |
BM: 1, | |
BN: 1, | |
BY: 1, | |
CH: 1, | |
CL: 1, | |
CM: 1, | |
CN: 1, | |
CR: 1, | |
CY: 1, | |
CZ: 1, | |
DE: 1, | |
DJ: 6, | |
DK: 1, | |
DZ: 6, | |
EC: 1, | |
EE: 1, | |
EG: 6, | |
ES: 1, | |
FI: 1, | |
FJ: 1, | |
FO: 1, | |
FR: 1, | |
GB: 1, | |
GE: 1, | |
GF: 1, | |
GP: 1, | |
GR: 1, | |
HR: 1, | |
HU: 1, | |
IE: 1, | |
IQ: 6, | |
IR: 6, | |
IS: 1, | |
IT: 1, | |
JO: 6, | |
KG: 1, | |
KW: 6, | |
KZ: 1, | |
LB: 1, | |
LI: 1, | |
LK: 1, | |
LT: 1, | |
LU: 1, | |
LV: 1, | |
LY: 6, | |
MC: 1, | |
MD: 1, | |
ME: 1, | |
MK: 1, | |
MN: 1, | |
MQ: 1, | |
MV: 5, | |
MY: 1, | |
NL: 1, | |
NO: 1, | |
NZ: 1, | |
OM: 6, | |
PL: 1, | |
QA: 6, | |
RE: 1, | |
RO: 1, | |
RS: 1, | |
RU: 1, | |
SD: 6, | |
SE: 1, | |
SI: 1, | |
SK: 1, | |
SM: 1, | |
SY: 6, | |
TJ: 1, | |
TM: 1, | |
TR: 1, | |
UA: 1, | |
UY: 1, | |
UZ: 1, | |
VA: 1, | |
VN: 1, | |
XK: 1 | |
}; | |