=encoding utf8 =head1 NAME Locale::CLDR::Locales::Ko::Kore::Kp - Package for language Korean =cut package Locale::CLDR::Locales::Ko::Kore::Kp; # This file auto generated from Data\common\main\ko_KP.xml # on Wed 15 Jan 11:22:39 am GMT use strict; use warnings; use version; our $VERSION = version->declare('v0.46.0'); use v5.12.0; use mro 'c3'; use utf8; use feature 'unicode_strings'; use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); use Moo; extends('Locale::CLDR::Locales::Ko::Kore'); has 'display_name_region' => ( is => 'ro', isa => HashRef[Str], init_arg => undef, default => sub { { 'KP' => 'ì¡°ì„ ë¯¼ì£¼ì£¼ì˜ì¸ë¯¼ê³µí™”êµ', } }, ); has 'time_zone_names' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'Korea' => { long => { 'daylight' => q#ì¡°ì„ í•˜ê³„ 표준시#, 'generic' => q#ì¡°ì„ ì‹œê°„#, 'standard' => q#ì¡°ì„ í‘œì¤€ì‹œ#, }, }, } } ); no Moo; 1; # vim: tabstop=4