summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/.gitignore1
-rw-r--r--client/makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/client/.gitignore b/client/.gitignore
index 3f695f45..a1c6d43d 100644
--- a/client/.gitignore
+++ b/client/.gitignore
@@ -1,2 +1,3 @@
.godot
/po
+/menu/book/book_*.webp*
diff --git a/client/makefile b/client/makefile
index 085ed748..c9a58f04 100644
--- a/client/makefile
+++ b/client/makefile
@@ -35,6 +35,6 @@ po/locales.csv: $(LT)
@mkdir -p po
$(LT) export-godot-csv ../locale $@
-po/%.po: ../locale/%.ini $(LT)
+po/%.po: ../locale/%.ini $(LT) ../locale/en.ini
@mkdir -p po
$(LT) export-po $< $@ --fallback ../locale/en.ini