
Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl Commits: cb69ee79 by Jon Boone at 2023-06-07T22:21:17-04:00 adds translations diagnostic ouput to GNUmakefile - - - - - 1 changed file: - src/lisp/GNUmakefile Changes: ===================================== src/lisp/GNUmakefile ===================================== @@ -106,6 +106,7 @@ LOCALE_DIRS = $(patsubst %, i18n/locale/%/LC_MESSAGES, $(LOCALES)) # FreeBSD, it moves the line to after the Language-Team line. This # makes things messy. Hence, sort and diff. translations: + echo "making translations" for pot in ../../src/i18n/locale/*.pot; do \ for po in $(LOCALE_DIRS); do \ d=`dirname $$pot`; \ View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/cb69ee793b7eb1c1e0842b56... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/cb69ee793b7eb1c1e0842b56... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Jon Boone (@jboone)