1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-16 07:24:23 +03:00
latte-dock/app/Messages.sh
Michail Vourlakos 1888fb7c80 Revert "No need to search i18n() in the same folder twice"
This reverts commit 85fea53760fddada59f089ab03a74640028c9775.

this is needed because it takes translation strings from app/dock
folder also
2018-11-18 20:52:47 +02:00

5 lines
200 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 -name ./dock\/\*.cpp` -o $podir/latte-dock.pot