Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ locale/: https://gitlab.torproject.org/tpo/translation.git locale pushd locale; \ for f in *; do \ if [ "$$f" != "templates" ]; then \ if [[ "$$f" != "templates" && "$$f" != "README" ]]; then \ pushd "$$f"; \ mkdir LC_MESSAGES; \ msgfmt -o LC_MESSAGES/check.mo torcheck.po; \ Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ locale/: https://gitlab.torproject.org/tpo/translation.git locale pushd locale; \ for f in *; do \ if [ "$$f" != "templates" ]; then \ if [[ "$$f" != "templates" && "$$f" != "README" ]]; then \ pushd "$$f"; \ mkdir LC_MESSAGES; \ msgfmt -o LC_MESSAGES/check.mo torcheck.po; \ Loading