X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FI18N%2Fcs.pm;h=9b1573deeaf9b79f20e72ffa26d5b5dceb312cb9;hb=31f3763747b82764bb019cfab5b2a2945fc9a99d;hp=aaa722e5a9ae7e4815e8167032861e3738fc207c;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/lib/RT/I18N/cs.pm b/rt/lib/RT/I18N/cs.pm index aaa722e5a..9b1573dee 100644 --- a/rt/lib/RT/I18N/cs.pm +++ b/rt/lib/RT/I18N/cs.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -46,7 +46,14 @@ # # END BPS TAGGED BLOCK }}} +use strict; +use warnings; + package RT::I18N::cs; +use base 'RT::I18N'; + +use strict; +use warnings; # # CZECH TRANSLATORS COMMENTS see Locale::Maketext::TPJ13 # Obecne parametry musi byt docela slozite (v pripade Slavistickych jazyku) @@ -113,4 +120,6 @@ sub numf { return $num; } +RT::Base->_ImportOverlays(); + 1;