module Holidays::VI

def self.custom_methods

def self.custom_methods
  {
      
  }
end

def self.defined_regions

:nodoc:
All the definitions are available at https://github.com/holidays/holidays

Definitions loaded: definitions/vi.yaml

This file is generated by the Ruby Holidays gem.
def self.defined_regions
  [:vi]
end

def self.holidays_by_month

def self.holidays_by_month
  {
            1 => [{:mday => 1, :name => "Tết dương lịch", :regions => [:vi]}],
  3 => [{:mday => 10, :function => "lunar_to_solar(year, month, day, region)", :function_arguments => [:year, :month, :day, :region], :name => "Giỗ tổ Hùng Vương", :regions => [:vi]}],
  4 => [{:mday => 30, :name => "Ngày Giải phóng miền Nam, thống nhất đất nước", :regions => [:vi]}],
  5 => [{:mday => 1, :name => "Ngày Quốc tế Lao động", :regions => [:vi]}],
  9 => [{:mday => 2, :name => "Quốc khánh", :regions => [:vi]}]
  }
end