diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-17 21:33:08 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-17 21:33:08 +0200 |
commit | 976e2fc3e25bfd08c755aa222a45c42a53b0b8e0 (patch) | |
tree | e73b304827d149770a94b533569b08aa35ac4cad /client/makefile | |
parent | 666adbf669afc06d87aa28f1a8ca120c5612d3a4 (diff) | |
download | hurrycurry-976e2fc3e25bfd08c755aa222a45c42a53b0b8e0.tar hurrycurry-976e2fc3e25bfd08c755aa222a45c42a53b0b8e0.tar.bz2 hurrycurry-976e2fc3e25bfd08c755aa222a45c42a53b0b8e0.tar.zst |
tc: localization
Diffstat (limited to 'client/makefile')
-rw-r--r-- | client/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |