]> git.lyx.org Git - lyx.git/blobdiff - po/postats.sh
* do not lookup the same macro all the time
[lyx.git] / po / postats.sh
index ad316411e81b80a9461d691c3ca1d7157fd4e381..c7a0bd4c5faae99f679fc3eedd1b86f5674f425e 100755 (executable)
@@ -106,7 +106,7 @@ run_msgfmt () {
                input=`echo $input | sed 's/  */ /g' | cut -d ' ' -f 2-`
 
                translator=`echo $input | cut -d '<' -f 1 | sed 's/ *$//'`
-               email=`echo $input | cut -d '<' -f 2 | cut -d '>' -f 1`
+               email=`echo $input | cut -d '<' -f 2 | cut -d '>' -f 1 | sed -e 's/@/ () /' -e 's/\./ ! /g'`
        }
        unset input
 
@@ -198,6 +198,7 @@ cat <<EOF
        'eu' => 'Basque',
        'fi' => 'Finnish',
        'fr' => 'French',
+       'gl' => 'Galician',
        'he' => 'Hebrew',
        'hu' => 'Hungarian',
        'it' => 'Italian',