From 188c76572d8606cefd394945bbce789d55797ec6 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 14 Oct 2024 22:48:17 +0200 Subject: merge book locales --- test-client/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-client') diff --git a/test-client/makefile b/test-client/makefile index d7bbb51a..fd007720 100644 --- a/test-client/makefile +++ b/test-client/makefile @@ -28,6 +28,6 @@ LT = ../target/release/localetool $(LT): $(shell find ../locale/tools -type f) { cd ..; cargo $(CARGOFLAGS) build --release --bin localetool; } -locale/%.json: ../locale/%.ini $(LT) ../locale/en.ini +locale/%.json: $(LT) ../locale/%.ini ../book/locale/%.ini ../locale/en.ini ../book/locale/en.ini @mkdir -p locale - $(LT) export-json $< $@ --fallback ../locale/en.ini + $(LT) export-json $@ $(wordlist 2,99,$(^)) -- cgit v1.2.3-70-g09d2