mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
c36a113219
Summary: Extract the strings: one main catalog and a catalog for each plugin. Also use the ECM macro to install the translations. Ref T6858 Reviewers: #falkon, drosca Reviewed By: #falkon, drosca Subscribers: drosca Tags: #falkon Maniphest Tasks: T6858 Differential Revision: https://phabricator.kde.org/D8049
3 lines
131 B
Bash
3 lines
131 B
Bash
#! /bin/sh
|
|
$EXTRACT_TR_STRINGS `find . -name '*.cpp' -o -name '*.h' -o -name '*.ui' | grep -v '/plugins/'` -o $podir/falkon_qt.pot
|