I have tried and moved all the english text to a separate file and called it english.php. The format looks like this:
$lang['sidebarLinkHome'] = 'Home';
$lang['sidebarLinkNewEntry'] = 'New Entry';
$lang['sidebarLinkArchive'] = 'Archive';
$lang['sidebarLinkRSSFeeds'] = 'RSS Feeds';
$lang['sidebarLinkAdmin'] = 'Admin';
So for translation, if these words are modified, it should work. Pritlog48e - the new test blog is using this file.
Would this approach be easier for translation or would it be easier to translate if only the english words were there on the file - 1 per line - something like this:
Home
New Entry
Archive
RSS Feeds
Admin
List all comments
Please let me know your comments.