1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-11 13:57:43 +03:00
latte-dock/app/Messages.sh
Michail Vourlakos 6e2c645008 Revert "Revert "No need to search i18n() in the same folder twice""
This reverts commit 1888fb7c8099461e6311b66508018cb963e1c264.

the commiter was right this isnt needed, find returns the
in question files in app/dock folder
2018-11-18 20:57:51 +02:00

5 lines
176 B
Bash

#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.rc -o -name \*.ui` >> rc.cpp
$XGETTEXT `find . ../shell -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/latte-dock.pot