Commit 8d0205a6 authored by Hiro's avatar Hiro 🏄
Browse files

Merge branch 'bug_40018' into 'master'

Fix locale generation after README got added

Closes #40018

See merge request !11
parents fe8a7b2c 4b709c49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; \