From b9917b1ffc4e2930b260c16fdb948c466a4b6406 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Thu, 27 Nov 2025 18:51:07 -0400 Subject: [PATCH] Add missing POTFILES.in for intltool-update support --- po/POTFILES.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 po/POTFILES.in diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..e1f0965 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,17 @@ +# List of source files containing translatable strings +# Format: one file path per line, relative to project root + +setup-station-init +setup_station/__init__.py +setup_station/add_admin.py +setup_station/add_users.py +setup_station/common.py +setup_station/data.py +setup_station/interface_controller.py +setup_station/keyboard.py +setup_station/language.py +setup_station/network_setup.py +setup_station/setup_system.py +setup_station/system_calls.py +setup_station/timezone.py +setup_station/window.py \ No newline at end of file