Merge pull request #733 from ente-io/fix_abbr

Fix abbreviations for months
This commit is contained in:
Neeraj Gupta 2022-12-26 11:16:59 +05:30 committed by GitHub
commit e1a1bbe7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@ const Set<int> monthWith30Days = {4, 6, 9, 11};
Map<int, String> _months = {
1: "Jan",
2: "Feb",
3: "March",
4: "April",
3: "Mar",
4: "Apr",
5: "May",
6: "Jun",
7: "July",
7: "Jul",
8: "Aug",
9: "Sep",
10: "Oct",