View Single Post
Old 02-10-2012, 07:54 AM   #281
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Hmpf.

You're totally right about the bookmarks. I have a "completely germanized" Kindle (at least I thought so), yet I'm still seeing this:



The really funny part is this:
Code:
[root@kindle browser]# pwd
/var/local/waf/browser
[root@kindle browser]# grep -A 20 defBk js/strings.js 
    defBkmarks: [
        {
            name: 'Amazon',
            url: 'http://www.amazon.com'
        },
        {
            name: 'Amazon UK',
            url: 'http://www.amazon.co.uk'
        },
        {
            name: 'Wikipedia',
            url: 'http://en.wikipedia.org'
        },
        {
            name: 'Google',
            url: 'http://www.google.com'
        },
        {
            name: 'Gmail',
            url: 'http://mail.google.com/mail/'
        },
[root@kindle browser]# grep -A 20 defBk locales/de-de/js/strings.js 
  "defBkmarks": [
    {
      "name": "Amazon", 
      "url": "http://www.amazon.com"
    }, 
    {
      "name": "Amazon Deutschland", 
      "url": "http://www.amazon.de"
    }, 
    {
      "name": "Wikipedia", 
      "url": "http://de.wikipedia.org"
    }, 
    {
      "name": "Google", 
      "url": "http://www.google.de"
    }, 
    {
      "name": "Gmail", 
      "url": "http://mail.google.com/mail/"
    },
(of course, the output of the *second* command should be authoritative, just like it is for all other elements !?! I.e., the UI is localized without any problems)

Could it really be that it has anything to do with the quoting/not quoting of the values?
ixtab is offline   Reply With Quote