[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:51:31 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ad31574a376e737ef9263b9d4e824ae6488806cb
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 5 22:08:37 2001 +0000

    Stupid implementation of i18n to return same string.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@407 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQKLocale.mm b/WebCore/kwq/KWQKLocale.mm
index a7692d8..6547d9f 100644
--- a/WebCore/kwq/KWQKLocale.mm
+++ b/WebCore/kwq/KWQKLocale.mm
@@ -29,6 +29,8 @@
 
 QString i18n(const char* text)
 {
+    // FIXME!  Need to add support for localization.
+    return QString (text);
 }
 
 
diff --git a/WebCore/src/kwq/KWQKLocale.mm b/WebCore/src/kwq/KWQKLocale.mm
index a7692d8..6547d9f 100644
--- a/WebCore/src/kwq/KWQKLocale.mm
+++ b/WebCore/src/kwq/KWQKLocale.mm
@@ -29,6 +29,8 @@
 
 QString i18n(const char* text)
 {
+    // FIXME!  Need to add support for localization.
+    return QString (text);
 }
 
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list