summaryrefslogtreecommitdiff
path: root/httemplate/edit/msgcat.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/msgcat.cgi')
-rwxr-xr-xhttemplate/edit/msgcat.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/msgcat.cgi b/httemplate/edit/msgcat.cgi
index 84eaa495f..a96969f2b 100755
--- a/httemplate/edit/msgcat.cgi
+++ b/httemplate/edit/msgcat.cgi
@@ -15,7 +15,7 @@ die "access denied"
my $widget = new HTML::Widgets::SelectLayers(
'selected_layer' => 'en_US',
- 'options' => { 'en_US'=>'en_US' },
+ 'options' => { 'en_US'=>'en_US', 'iw_IL' => 'iw_IL', },
'form_action' => 'process/msgcat.cgi',
'layer_callback' => sub {
my $layer = shift;
@@ -39,7 +39,7 @@ my $widget = new HTML::Widgets::SelectLayers(
'locale' => 'en_US',
'msgcode' => $msgcat->msgcode,
} );
- $html .= '<TD>'. $en_msgcat->msg. '</TD>';
+ $html .= '<TD>'. $en_msgcat->msg. '</TD>' if $en_msgcat;
}
$html .= '</TR>';
}