Skip to content

Commit 62f25ca

Browse files
committed
Fix update-po files script
Signed-off-by: William Desportes <[email protected]>
1 parent 1906ee6 commit 62f25ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/update-po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ xgettext \
1919
--from-code=utf-8 \
2020
--keyword=gettext --keyword=error \
2121
--copyright-holder="phpMyAdmin devel team" \
22-
`find \( -name '*.php' -o -name '*.phtml' \) -not -path './test/*' -not -path './locale/*' \( -not -path './release/*' -not -path './vendor/*' \) | sort`
22+
`find -name '*.php' -not -path './tests/*' -not -path './locale/*' -not -path './build/*' -not -path './vendor/*' | sort --dictionary-order --ignore-case`
2323

24-
ver=0
24+
ver=5
2525

2626
sed -i '
2727
s/SOME DESCRIPTIVE TITLE/phpMyAdmin SQL parser translation/;

0 commit comments

Comments
 (0)