From 3f077261c4f63b288ee308c15639b74dc27d0096 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 14 May 2009 08:49:27 +0100 Subject: [PATCH] Add a trivial script to update the LINGUAS for me --- po/update-linguas.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 po/update-linguas.sh diff --git a/po/update-linguas.sh b/po/update-linguas.sh new file mode 100755 index 000000000..d0224d4a6 --- /dev/null +++ b/po/update-linguas.sh @@ -0,0 +1 @@ +ls *.po | cut -d. -f1 > LINGUAS