=encoding utf8
=head1 NAME
Sk::Latn - Package for language Sk
=cut
# This file auto generated
# on Thu 29 Feb 5:43:51 pm GMT
use version;
our $VERSION = version->declare('v0.44.1');
use v5.10.1;
use mro 'c3';
use if $^V ge v5.12.0, feature => 'unicode_strings';
use Moo;
extends('Locale::CLDR::Locales::Sk');
no Moo;
1;