From fae659fa9987089e5fa9c1aa657b8275ea04fd39 Mon Sep 17 00:00:00 2001 From: Nigel Osborne Date: Mon, 28 Feb 2011 01:47:58 +0000 Subject: [PATCH] Best guess at a fix for http://webtrees.net/en/forums/10-help-for-ver-10-latest-release/8116-error-8-undefined-index-cyrillic#8258 (not able to test) --- includes/config_data.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/config_data.php b/includes/config_data.php index 200956ae302..d3a2df8762d 100644 --- a/includes/config_data.php +++ b/includes/config_data.php @@ -44,6 +44,7 @@ 'arabic' =>'(غير معروف)', 'greek' =>'(άγνωστος/η)', 'russian' =>'(неопределено)', + 'cyrillic' =>'(неопределено)', 'han' =>'(未知)', 'latin' =>WT_I18N::translate_c('surname', '(unknown)'), 'common' =>WT_I18N::translate_c('surname', '(unknown)'), @@ -56,6 +57,7 @@ 'arabic' =>'(غير معروف)', 'greek' =>'(άγνωστος/η)', 'russian' =>'(неопределено)', + 'cyrillic' =>'(неопределено)', 'han' =>'(未知)', 'latin' =>WT_I18N::translate_c('given name', '(unknown)'), 'common' =>WT_I18N::translate_c('given name', '(unknown)'),