.
-
* Bodega <http://www.kde.org>
Library that exposes Bodega resources
Required to build the Bodega backend
-
Thank you,
Best regards,
Volkan GEZER
volkange...@gmail.com
>> Visit http://mail.kde
, but there may be some other problems, too.
How could you solve those problems?
Best regards,
Volkan GEZER
volkange...@gmail.com
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Hi,
2013/5/23 Giuseppe D'Angelo :
> Hi,
>
> On 23 May 2013 03:23, Thiago Macieira wrote:
>>
>> You don't. You need to do it manually.
>>
>> Maybe we can add the feature to QRegularExpression to do locale-aware
>> searches. Peppe, does PCRE support that?
>>
>> Example: can you use "i" as a patter
https://bugs.kde.org/show_bug.cgi?id=316077
Here is a explanation by MSDN, but I have no idea about how to manage
this in KDE:
http://msdn.microsoft.com/en-us/library/ms994325.aspx#cltsafcode_topic4
Best regards,
Volkan GEZER
volkange...@gmail.com
>> Visit http://mail.kde.org/mailman/li
Hello,
In January I asked about missing search functionality of KHelpCenter
(http://lists.kde.org/?l=kde-i18n-doc&m=135905850225037&w=2).
Can it be considered as a project for GSoC? Does someone want to mentor this?
Best regards,
Volkan GEZER
volkange...@gmail.com
>> Visit http:
me.MO"
for file in `find . -name "*.po"` ; do msgfmt -o `echo $file | sed
's/\.po$/.mo/'` $file ; done
echo "Move all MO files to locale folder"
sudo find . -iname '*.mo' -exec mv '{}' /usr/share/locale//LC_MESSAGES/ \;
Best regards