I would like to have WebCards translated to German. So I copied en-gb.php to de-fo.php and to de-in.php. I'd like to have the formal and the informal German translation. (For a first try I just translated line 148 $lang['choose_img'] = "Choose an Image to Send with Your {{site_title}}"; to get a quick result in the front end) I also changed line 2 to $lang['xml_format'] = "de"; and line 3 to $lang['charset'] = "utf-8";
I also made a view changes to lang_conf.php in the directory lang. So the content is now:
<?php
$lang_array['en-gb'] = "English (British)";
$lang_array['de-fo'] = "Deutsch (formell)";
$lang_array['de-in'] = "Deutsch (informell)";
?>
Now I'm able to choose the 2 additional languages in the Administration Center but a change will not appear in the front end. I run task manager, I rebuilt the chache but it does not work.
Is there anything else to be done?
