gnome-specimen r132 - in branches/import-from-bzr: . po
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-specimen r132 - in branches/import-from-bzr: . po
- Date: Tue, 17 Jun 2008 18:54:10 +0000 (UTC)
Author: wbolster
Date: Tue Jun 17 18:54:10 2008
New Revision: 132
URL: http://svn.gnome.org/viewvc/gnome-specimen?rev=132&view=rev
Log:
* po/check-translations:
- Simple shell script to retrieve translation statistics
Added:
branches/import-from-bzr/po/check-translations (contents, props changed)
Modified:
branches/import-from-bzr/ (props changed)
branches/import-from-bzr/po/ca.po
branches/import-from-bzr/po/cs.po
branches/import-from-bzr/po/de.po
branches/import-from-bzr/po/el.po
branches/import-from-bzr/po/en_GB.po
branches/import-from-bzr/po/es.po
branches/import-from-bzr/po/fi.po
branches/import-from-bzr/po/fr.po
branches/import-from-bzr/po/it.po
branches/import-from-bzr/po/nb.po
branches/import-from-bzr/po/nl.po
branches/import-from-bzr/po/pt.po
branches/import-from-bzr/po/pt_BR.po
branches/import-from-bzr/po/ru.po
branches/import-from-bzr/po/sv.po
branches/import-from-bzr/po/vi.po
branches/import-from-bzr/po/zh_CN.po
Added: branches/import-from-bzr/po/check-translations
==============================================================================
--- (empty file)
+++ branches/import-from-bzr/po/check-translations Tue Jun 17 18:54:10 2008
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+for file in *.po; do
+ grep --color=no '^"Last-Translator:' $file \
+ | sed -e 's/^"Last-Translator:\s*//' -e 's/\\n"$//'
+ echo -n "$file: "
+ LANG=C msgfmt -cv -o /dev/null $file
+ echo
+done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]