keyboard: recombine translations in include syntax
[sheet.git] / keyboard / altgr / unigraph.eng.inc.pl
index 696b70aa32795ce33bd5fef5879aed2d0c9df4f0..c1d29cd9b1a0b4d0f23b8b1f34147d84ca551918 100644 (file)
@@ -59,14 +59,14 @@ my %cpcompat = (
 );
 
 while (my ($k, $c) = each %rows) {
-       $groups->{def}{''}{$k} = $cpcompat{$c} // (
+       $groups->{def}{''}{$k}[0] = $cpcompat{$c} // (
                $c =~ /\p{In=1.1}/ ? 'g5' :
                $c =~ /\p{In=6.0}/ ? 'g6' :
                $c =~ /[\x{1FB00}-\x{1FBFF}]/ ? 'g7' : # Age=V13.0
                'g0'
        );
 }
-$groups->{def}{''}{')'} .= ' linkkeyboard/altgr/zoo';
+$groups->{def}{''}{')'}[0] .= ' linkkeyboard/altgr/zoo';
 
 +{
        %{ $groups },