docs-common/bin en2en_US,NONE,1.1

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu Mar 2 22:49:15 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common/bin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6068

Added Files:
	en2en_US 
Log Message:
Added shell script to convert a .POT/.PO file from the obsolete 'en' 
locale to the proper 'en_US' locale.



--- NEW FILE en2en_US ---
#!/bin/sh
if [ $# -gt 0 ]; then
	for f in $@
	do
		sed -e '/^#:/s/entities-en.xml/entities-en_US.xml/g' -i ${f}
	done
else
	sed -e '/^#:/s/entities-en.xml/entities-en_US.xml/g'
fi




More information about the Fedora-docs-commits mailing list