mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-23 13:33:50 +03:00
423f4b8bc9
Summary: This will make file references in .po/.pot files clearer for translators. Test Plan: none Reviewers: mvourlakos Reviewed By: mvourlakos Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19274
5 lines
184 B
Bash
5 lines
184 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC `find app -name \*.rc -o -name \*.ui` >> rc.cpp
|
|
|
|
$XGETTEXT `find app shell rc.cpp -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/latte-dock.pot
|