Locale-CLDR-Locales-Fur

 view release on metacpan or  search on metacpan

lib/Locale/CLDR/Locales/Fur.pm  view on Meta::CPAN

			},
		},
	} },
);

has 'time_zone_names' => (
	is			=> 'ro',
	isa			=> HashRef,
	init_arg	=> undef,
	default	=> sub { {
		'America/New_York' => {
			exemplarCity => q#Gnove York#,
		},
		'America/Sao_Paulo' => {
			exemplarCity => q#San Pauli dal Brasîl#,
		},
		'Atlantic/Azores' => {
			exemplarCity => q#Azoris#,
		},
		'Atlantic/Canary' => {
			exemplarCity => q#Canariis#,
		},
		'Etc/Unknown' => {
			exemplarCity => q#Citât no cognossude#,
		},
		'Europe/Belgrade' => {
			exemplarCity => q#Belgrât#,
		},
		'Europe/Lisbon' => {
			exemplarCity => q#Lisbone#,
		},
		'Europe/Ljubljana' => {
			exemplarCity => q#Lubiane#,
		},
		'Europe/Luxembourg' => {
			exemplarCity => q#Lussemburc#,
		},
		'Europe/Malta' => {
			exemplarCity => q#Malte#,
		},
		'Europe/Moscow' => {
			exemplarCity => q#Mosche#,
		},
		'Europe/Prague' => {
			exemplarCity => q#Praghe#,
		},
		'Europe/San_Marino' => {
			exemplarCity => q#San Marin#,
		},
		'Europe/Vienna' => {
			exemplarCity => q#Viene#,
		},
		'Europe_Central' => {
			long => {
				'daylight' => q#Ore estive de Europe centrâl#,
				'generic' => q#Ore de Europe centrâl#,
				'standard' => q#Ore standard de Europe centrâl#,
			},
			short => {
				'daylight' => q#CEST#,
				'generic' => q#CET#,
				'standard' => q#CET#,
			},
		},
		'Europe_Eastern' => {
			long => {
				'daylight' => q#Ore estive de Europe orientâl#,
				'generic' => q#Ore de Europe orientâl#,
				'standard' => q#Ore standard de Europe orientâl#,
			},
			short => {
				'daylight' => q#EEST#,
				'generic' => q#EET#,
				'standard' => q#EET#,
			},
		},
		'Europe_Western' => {
			long => {
				'daylight' => q#Ore estive de Europe ocidentâl#,
				'generic' => q#Ore de Europe ocidentâl#,
				'standard' => q#Ore standard de Europe ocidentâl#,
			},
			short => {
				'daylight' => q#WEST#,
				'generic' => q#WET#,
				'standard' => q#WET#,
			},
		},
		'GMT' => {
			short => {
				'standard' => q#GMT#,
			},
		},
		'Moscow' => {
			long => {
				'daylight' => q#Ore estive di Mosche#,
				'generic' => q#Ore di Mosche#,
				'standard' => q#Ore standard di Mosche#,
			},
		},
	 } }
);
no Moo;

1;

# vim: tabstop=4



( run in 1.438 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )