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 3cca1b0 commit c1438efCopy full SHA for c1438ef
src/Locales/extract_messages.sh
@@ -2,7 +2,7 @@
2
3
which xgettext &>/dev/null || { echo "xgettext not found, please install it"; exit 1; }
4
5
-cd "$( dirname "$0" )/../"
+cd -- "$( dirname -- "$0" )/../"
6
7
find -name '*.php' | xgettext \
8
--from-code utf-8 \
0 commit comments