keyboard: recombine translations in include syntax
[sheet.git] / keyboard.plp
index fa2aaf25d19ef2c7c0c461cd5e8e29cbb43b44c0..3a40a4d22bf9b64a0525fa5403b0481a3a7b407f 100644 (file)
@@ -48,7 +48,7 @@ say "<p>$_</p>" for $info->{intro} // ();
 say "<h2>", $info->{mode}->{''}, " (default)</h2>"
        if $info->{mode} and %{ $info->{mode} } > 1;
 
-use Shiar_Sheet::Keyboard 2.08;
+use Shiar_Sheet::Keyboard 3.00;
 my $keys = Shiar_Sheet::Keyboard->new($info);
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{rows} || $info->{moderows}, $info->{rows});