]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Locale.pm
Wiederkehrende Rechnungen: Druckvorlage nach Auftragssprache auswählen
[kivitendo-erp.git] / SL / Locale.pm
index 9257e6ca7139059ca0e2d3ddc855ce82459213b4..3b91502d5e2f990e11497512768396787f1572a4 100644 (file)
@@ -74,6 +74,12 @@ sub new {
   return $locales_by_country{$country}
 }
 
+sub is_supported {
+  my ($country) = @_;
+
+  return -f "locale/$country/all";
+}
+
 sub _init {
   my $self     = shift;
   my $country  = shift;