]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - 1.26/t/20_i8n.t
[svn-upgrade] Tagging libhtml-calendarmonth-perl (1.26)
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.26 / t / 20_i8n.t
diff --git a/1.26/t/20_i8n.t b/1.26/t/20_i8n.t
new file mode 100755 (executable)
index 0000000..9631c65
--- /dev/null
@@ -0,0 +1,18 @@
+#!/usr/bin/perl
+
+use strict;
+use FindBin;
+use lib $FindBin::RealBin;
+
+use testload;
+
+my $test_count;
+BEGIN { $test_count = i8n_count() + 1 }
+
+use Test::More tests => $test_count;
+
+use HTML::CalendarMonth::Locale;
+
+my @stoof = HTML::CalendarMonth::Locale->locales;
+ok(@stoof > 20, 'i8n: ' . scalar @stoof . ' locale ids retreived');
+check_i8n();