Always use locale insensitive search to avoid reordering the file every time.

This commit is contained in:
Michal Čihař
2010-05-10 09:36:08 +02:00
parent c415e5d03b
commit f85249062f

View File

@@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
# vim: expandtab sw=4 ts=4 sts=4: # vim: expandtab sw=4 ts=4 sts=4:
export LC_COLLATE=C
LOCS=`ls po/*.po | sed 's@.*/\(.*\)\.po@\1@'` LOCS=`ls po/*.po | sed 's@.*/\(.*\)\.po@\1@'`
xgettext \ xgettext \
-d phpmyadmin \ -d phpmyadmin \