We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1906ee6 commit 62f25caCopy full SHA for 62f25ca
tools/update-po
@@ -19,9 +19,9 @@ xgettext \
19
--from-code=utf-8 \
20
--keyword=gettext --keyword=error \
21
--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`
+ `find -name '*.php' -not -path './tests/*' -not -path './locale/*' -not -path './build/*' -not -path './vendor/*' | sort --dictionary-order --ignore-case`
23
24
-ver=0
+ver=5
25
26
sed -i '
27
s/SOME DESCRIPTIVE TITLE/phpMyAdmin SQL parser translation/;
0 commit comments