Skip to content

Instantly share code, notes, and snippets.

@msng
Created November 6, 2012 09:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msng/4023716 to your computer and use it in GitHub Desktop.
Save msng/4023716 to your computer and use it in GitHub Desktop.
日本の「国民の祝日」の英語名と日本語名を対応させる配列。キーに英語名、値に日本語名を取る。
array(
"New Year's Day" => '元日',
"Coming-of-Age Day" => '成人の日',
"National Foundation Day" => '建国記念の日',
"Vernal Equinox Day" => '春分の日',
"Showa Day" => '昭和の日',
"Constitution Memorial Day" => '憲法記念日',
"Greenery Day" => 'みどりの日',
"Children's Day" => 'こどもの日',
"Marine Day" => '海の日',
"Respect for the Aged Day" => '敬老の日',
"Autumnal Equinox Day" => '秋分の日',
"Health and Sports Day" => '体育の日',
"Culture Day" => '文化の日',
"Labour Thanksgiving Day" => '勤労感謝の日',
"The Emperor's Birthday" => '天皇誕生日'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment