Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits:
-
99d7498d
by Jon Boone at 2023-06-18T10:04:23-04:00
1 changed file:
Changes:
... | ... | @@ -106,7 +106,6 @@ LOCALE_DIRS = $(patsubst %, i18n/locale/%/LC_MESSAGES, $(LOCALES)) |
106 | 106 | # FreeBSD, it moves the line to after the Language-Team line. This
|
107 | 107 | # makes things messy. Hence, sort and diff.
|
108 | 108 | translations:
|
109 | - echo "making translations"; \
|
|
110 | 109 | for pot in ../../src/i18n/locale/*.pot; do \
|
111 | 110 | for po in $(LOCALE_DIRS); do \
|
112 | 111 | d=`dirname $$pot`; \
|