Reintroducing submit value buttons in po files
Submit values need to be translated.
This commit is contained in:
parent
44f3f7bb94
commit
3330226470
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ sub text_replace_tag ($$) {
|
|||
if ($attr->{$a}) {
|
||||
next if $a eq 'content' && $tag ne 'meta';
|
||||
next if $a eq 'value' && ($tag ne 'input'
|
||||
|| (ref $attr->{'type'} && $attr->{'type'}->[1] =~ /^(?:checkbox|hidden|radio|text|submit)$/)); # FIXME
|
||||
|| (ref $attr->{'type'} && $attr->{'type'}->[1] =~ /^(?:checkbox|hidden|radio|text)$/)); # FIXME
|
||||
my($key, $val, $val_orig, $order) = @{$attr->{$a}}; #FIXME
|
||||
if ($val =~ /\S/s) {
|
||||
my $s = find_translation($val);
|
||||
|
|
Loading…
Reference in a new issue