From 9ba68726b5f486af09b7e1d6dd3cd2a8394e2ea4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 12 Sep 2023 12:07:41 +0900 Subject: twin: avoid adding strings from lib subfolders in two .pot files Signed-off-by: Michele Calgaro --- twin/resumer/resumer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'twin/resumer/resumer.cpp') diff --git a/twin/resumer/resumer.cpp b/twin/resumer/resumer.cpp index 3c915b8c8..154f7b4cf 100644 --- a/twin/resumer/resumer.cpp +++ b/twin/resumer/resumer.cpp @@ -45,6 +45,7 @@ static const TDECmdLineOptions options[] = int main( int argc, char* argv[] ) { TDELocale::setMainCatalogue( "twin" ); // the messages are in twin's .po file + TDELocale::insertCatalogue( "twin_lib" ); TDECmdLineArgs::init( argc, argv, "twin_resume_helper", I18N_NOOP( "TWin" ), I18N_NOOP( "TWin helper utility" ), "1.0" ); TDECmdLineArgs::addCmdLineOptions( options ); -- cgit v1.2.1