Translated using Weblate (Slovenian)
[phpmyadmin.git] / scripts / locales-contributors
blob021eca3659aa300859e1c40fd1a3bca7b5277f75
1 #!/bin/sh
2 for x in po/*.po ; do
3 grep 'Team' $x | sed 's/.*: \(.*\)<.*/\1/'
4 git shortlog -sne --no-merges -- $x | grep '^ [ 0-9][0-9]\{3\}'
5 done