mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
7c6ef32341
svn path=/trunk/KDE/kdebase/apps/; revision=639545
4 lines
116 B
Bash
Executable file
4 lines
116 B
Bash
Executable file
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.ui -o -name \*.rc` > rc.cpp
|
|
$XGETTEXT *.cpp -o $podir/dolphin.pot
|
|
|