mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Extract messages from .kcfg too.
svn path=/trunk/KDE/kdebase/apps/; revision=687406
This commit is contained in:
parent
aa69bcdc64
commit
097a1fea88
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
$EXTRACTRC `find . -name \*.ui -o -name \*.rc` > rc.cpp
|
||||
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -name \*.kcfg` > rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/dolphin.pot
|
||||
|
||||
|
|
Loading…
Reference in a new issue