Always use locale insensitive search to avoid reordering the file every time.
This commit is contained in:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user