mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-06 00:09:59 +01:00
Fix bug #344477 - translations not working
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!bin/sh
|
||||
|
||||
kdenlive_subdirs="plugins renderer src src/ui"
|
||||
kdenlive_subdirs="plugins renderer data src src/ui"
|
||||
|
||||
$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay data/effects/*.xml data/kdenliveeffectscategory.rc >> rc.cpp
|
||||
$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -a ! -name encodingprofiles.rc -o -name \*.ui` >> rc.cpp
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
KLocalizedString::setApplicationDomain("kdenlive");
|
||||
|
||||
// Init application
|
||||
QApplication app(argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user