mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
You need >> or either the "Your names" and "Your messages" placeholders for translators are removed
svn path=/trunk/KDE/kdebase/apps/; revision=743049
This commit is contained in:
parent
51e6281fe8
commit
5d9a7d1ad3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` > rc.cpp
|
||||
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/dolphin.pot
|
||||
|
||||
|
|
Loading…
Reference in a new issue