Skip to content

Commit

Permalink
Rename the translation template (avoid conflicts)
Browse files Browse the repository at this point in the history
... to avoid conflicts with its kdelibs counterpart.
  • Loading branch information
tosky committed Apr 20, 2017
1 parent 599e9b6 commit 190e835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ endif()
# URL "https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket"
# TYPE OPTIONAL PURPOSE "Support for mobi metadata")

add_definitions(-DTRANSLATION_DOMAIN=\"kfilemetadata\")
add_definitions(-DTRANSLATION_DOMAIN=\"kfilemetadata5\")

add_subdirectory(src)
if (BUILD_TESTING)
Expand Down
2 changes: 1 addition & 1 deletion Messages.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!bin/sh

$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h -o -name \*.qml` -o $podir/kfilemetadata.pot
$XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h -o -name \*.qml` -o $podir/kfilemetadata5.pot
rm -f rc.cpp

0 comments on commit 190e835

Please sign in to comment.