summaryrefslogtreecommitdiff
path: root/test-client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-14 22:48:17 +0200
committermetamuffin <metamuffin@disroot.org>2024-10-14 22:48:17 +0200
commit188c76572d8606cefd394945bbce789d55797ec6 (patch)
tree79ec4a52a5e2e7d81045583ef6922f2b7b2fc3c5 /test-client
parent5e39e1a9fa973dcc95c630b45c1cef99c68bbb19 (diff)
downloadhurrycurry-188c76572d8606cefd394945bbce789d55797ec6.tar
hurrycurry-188c76572d8606cefd394945bbce789d55797ec6.tar.bz2
hurrycurry-188c76572d8606cefd394945bbce789d55797ec6.tar.zst
merge book locales
Diffstat (limited to 'test-client')
-rw-r--r--test-client/makefile4
1 files changed, 2 insertions, 2 deletions
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,$(^))