[digikam] [Bug 368575] Untranslatable strings in BQM-File Renaming (Date & Time dialog)
via KDE Bugzilla
bugzilla_noreply at kde.org
Sun Sep 11 23:35:25 BST 2016
https://bugs.kde.org/show_bug.cgi?id=368575
caulier.gilles at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |caulier.gilles at gmail.com
--- Comment #2 from caulier.gilles at 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 at localhost core]$ pwd
/home/gilles/Devel/5.x/core
[gilles at 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 at 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 the assignee for the bug.
More information about the Digikam-devel
mailing list