オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Annotation of /plugins/ganttcalendarplugin/trunk/ganttcalendar/holiday_ja.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 707 - (hide annotations) (download) (as text)
Sat Nov 27 11:32:32 2010 UTC (13 years, 5 months ago) by okamototk
File MIME type: text/x-python
File size: 2685 byte(s)
merge  ganttcalendar-ko and i18n/l10n.
1 okamototk 707 # encoding: utf-8
2    
3    
4     holidays_tbl = {
5     '2008-01-01': '元日',
6     '2008-01-14': '成人の日',
7     '2008-02-11': '建国記念の日',
8     '2008-03-20': '春分の日',
9     '2008-04-29': '昭和の日',
10     '2008-05-03': '憲法記念日',
11     '2008-05-04': 'みどりの日',
12     '2008-05-05': 'こどもの日',
13     '2008-05-06': '休日(みどりの日振替)',
14     '2008-07-21': '海の日',
15     '2008-09-15': '敬老の日',
16     '2008-09-23': '秋分の日',
17     '2008-10-13': '体育の日',
18     '2008-11-03': '文化の日',
19     '2008-11-23': '勤労感謝の日',
20     '2008-11-24': '休日',
21     '2008-12-23': '天皇誕生日',
22     '2009-01-01': '元日',
23     '2009-01-12': '成人の日',
24     '2009-02-11': '建国記念の日',
25     '2009-03-20': '春分の日',
26     '2009-04-29': '昭和の日',
27     '2009-05-03': '憲法記念日',
28     '2009-05-04': 'みどりの日',
29     '2009-05-05': 'こどもの日',
30     '2009-05-06': '休日',
31     '2009-07-20': '海の日',
32     '2009-09-21': '敬老の日',
33     '2009-09-22': '休日',
34     '2009-09-23': '秋分の日',
35     '2009-10-12': '体育の日',
36     '2009-11-03': '文化の日',
37     '2009-11-23': '勤労感謝の日',
38     '2009-12-23': '天皇誕生日',
39     '2010-01-01': '元日',
40     '2010-01-11': '成人の日',
41     '2010-02-11': '建国記念の日',
42     '2010-03-21': '春分の日',
43     '2010-03-22': '休日',
44     '2010-04-29': '昭和の日',
45     '2010-05-03': '憲法記念日',
46     '2010-05-04': 'みどりの日',
47     '2010-05-05': 'こどもの日',
48     '2010-07-19': '海の日',
49     '2010-09-20': '敬老の日',
50     '2010-09-23': '秋分の日',
51     '2010-10-11': '体育の日',
52     '2010-11-03': '文化の日',
53     '2010-11-23': '勤労感謝の日',
54     '2010-12-23': '天皇誕生日',
55     '2011-01-01': '元日',
56     '2011-01-10': '成人の日',
57     '2011-02-11': '建国記念の日',
58     '2011-03-21': '春分の日',
59     '2011-04-29': '昭和の日',
60     '2011-05-03': '憲法記念日',
61     '2011-05-04': 'みどりの日',
62     '2011-05-05': 'こどもの日',
63     '2011-07-18': '海の日',
64     '2011-09-19': '敬老の日',
65     '2011-09-23': '秋分の日',
66     '2011-10-10': '体育の日',
67     '2011-11-03': '文化の日',
68     '2011-11-23': '勤労感謝の日',
69     '2011-12-23': '天皇誕生日',
70     '2012-01-01': '元日',
71     '2012-01-02': '振替休日',
72     '2012-01-09': '成人の日',
73     '2012-02-11': '建国記念の日',
74     '2012-03-20': '春分の日',
75     '2012-04-29': '昭和の日',
76     '2012-04-30': '振替休日',
77     '2012-05-03': '憲法記念日',
78     '2012-05-04': 'みどりの日',
79     '2012-05-05': 'こどもの日',
80     '2012-07-16': '海の日',
81     '2012-09-17': '敬老の日',
82     '2012-09-22': '秋分の日',
83     '2012-10-08': '体育の日',
84     '2012-11-03': '文化の日',
85     '2012-11-23': '勤労感謝の日',
86     '2012-12-23': '天皇誕生日',
87     '2012-12-24': '振替休日',
88     }

Properties

Name Value
svn:executable *

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26