From 976e2fc3e25bfd08c755aa222a45c42a53b0b8e0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 17 Sep 2024 21:33:08 +0200 Subject: tc: localization --- client/.gitignore | 1 + client/makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'client') 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 -- cgit v1.2.3-70-g09d2