On 13 Jun 2010, at 16:50, Demetris wrote: > I noticed that strings from wp-admin/includes/ms.php are all in > wordpress.pot, not in wordpress-ms.pot. Is that for a reason or by > accident?
Looks like this needs updating: http://svn.automattic.com/wordpress-i18n/tools/trunk/makepot.php var $ms_files = array('ms-*', '*/ms-*', '*/my-*', 'wp-activate.php', 'wp-signup.php', 'wp-admin/network.php'); Needs to include: 'wp-admin/includes/ms.php' On a related note - what do we do with strings that appear in both? Do they just end up in the normal pot - I ask because I guess second translation will overwrite the first when loaded? Cheers -- Peter Westwood http://blog.ftwr.co.uk | http://westi.wordpress.com C53C F8FC 8796 8508 88D6 C950 54F4 5DCD A834 01C5
_______________________________________________ wp-polyglots mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-polyglots
