From 496f3eb577739bf667665efc490e583baa45eb2e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 23 Aug 2022 00:52:14 -0400 Subject: Add i18n support --- po/POTFILES | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 po/POTFILES (limited to 'po/POTFILES') diff --git a/po/POTFILES b/po/POTFILES new file mode 100644 index 0000000..0f392b7 --- /dev/null +++ b/po/POTFILES @@ -0,0 +1,60 @@ +# Copyright 2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later + +src/Action.hpp +src/ActionSink.hpp +src/AlsaDriver.cpp +src/AlsaStubDriver.cpp +src/AudioDriver.hpp +src/Canvas.cpp +src/Canvas.hpp +src/CanvasModule.cpp +src/CanvasModule.hpp +src/CanvasPort.hpp +src/ClientID.hpp +src/ClientInfo.hpp +src/ClientType.hpp +src/Configuration.cpp +src/Configuration.hpp +src/Coord.hpp +src/Driver.hpp +src/Drivers.cpp +src/Drivers.hpp +src/Event.hpp +src/ILog.hpp +src/JackDbusDriver.cpp +src/JackLibDriver.cpp +src/JackStubDriver.cpp +src/Legend.cpp +src/Legend.hpp +src/Metadata.cpp +src/Metadata.hpp +src/Options.hpp +src/Patchage.cpp +src/Patchage.hpp +src/PortID.hpp +src/PortInfo.hpp +src/PortNames.hpp +src/PortType.hpp +src/Reactor.cpp +src/Reactor.hpp +src/Setting.hpp +src/SignalDirection.hpp +src/TextViewLog.cpp +src/TextViewLog.hpp +src/UIFile.hpp +src/Widget.hpp +src/binary_location.h +src/event_to_string.cpp +src/event_to_string.hpp +src/handle_event.cpp +src/handle_event.hpp +src/jackey.h +src/main.cpp +src/make_alsa_driver.hpp +src/make_jack_driver.hpp +# src/patchage.gladep +# src/patchage.svg +src/patchage.ui.in +src/patchage_config.h +src/warnings.hpp -- cgit v1.2.1