Welcome to mirror list, hosted at ThFree Co, Russian Federation.

locales-contributors « scripts - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 021eca3659aa300859e1c40fd1a3bca7b5277f75 (plain)
1
2
3
4
5
#!/bin/sh
for x in po/*.po  ; do
    grep 'Team' $x | sed 's/.*: \(.*\)<.*/\1/'
    git shortlog -sne --no-merges -- $x | grep '^  [ 0-9][0-9]\{3\}'
done