https://bugs.kde.org/show_bug.cgi?id=368575

caulier.gil...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caulier.gil...@gmail.com

--- Comment #2 from caulier.gil...@gmail.com ---
The text come from .UI files from Advanced Renamed tool used by BQM.

The file are parsed by Messagess.sh script for string extraction :

[gilles@localhost core]$ pwd
/home/gilles/Devel/5.x/core

[gilles@localhost core]$ cat Messages.sh 
#! /bin/sh
$EXTRACTRC `find . -name \*.rc -o -name \*.ui | grep -v '/tests/'` >> rc.cpp ||
exit 11
$XGETTEXT `find . -name \*.h -o -name \*.cpp | grep -v '/tests/'` `find app
-name \*.h.cmake.in` -o $podir/digikam.pot
rm -f rc.cpp
gilles@localhost core]$ find . -name \*.rc -o -name \*.ui
...
./utilities/advancedrename/parser/modifiers/rangemodifierdialogwidget.ui
./utilities/advancedrename/parser/modifiers/replacemodifierdialogwidget.ui
./utilities/advancedrename/parser/modifiers/fillmodifierdialogwidget.ui
./utilities/advancedrename/parser/options/dateoptiondialogwidget.ui
...

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to