# File lib/cgikit.rb, line 167
 def master_locale?
		if @locale == @master_locale then
			true
		elsif not @locale then
			true
		elsif ( ( not @master_locale ) and ( not @locale ) ) then
			true
		else
			false
		end
	end