Problems when Compiling Muon

2013-12-11 Thread Volkan Gezer
. - * 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

Muon Untranslateable Strings

2013-06-27 Thread Volkan Gezer
, 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 <<

Re: Any comments on this bug? (The same letter is not considered as the same letter)

2013-05-23 Thread Volkan Gezer
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

Any comments on this bug? (The same letter is not considered as the same letter)

2013-05-22 Thread Volkan Gezer
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

Suggestion for GSoC

2013-03-26 Thread Volkan Gezer
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:

Re: Installing translated po files

2013-02-04 Thread Volkan Gezer
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