tag 356263 pending
thanks

On Fri, Mar 10, 2006 at 05:51:21PM +0000, Ian Jackson <[EMAIL PROTECTED]> wrote:
> Package: firefox
> Version: 1.5.dfsg+1.5.0.1
> Tags: patch
> 
> Ubuntu users reported some problems with the firefox.desktop file, as
> you can see here:
> 
>  https://launchpad.net/distros/ubuntu/+source/firefox/+bug/30603
>   Some norwegian comments were doubly UTF-8-encoded
> 
>  https://launchpad.net/distros/ubuntu/+source/firefox/+bug/33567
>   A user ran `desktop-file-validate' (which I'd not heard of)
> 
> I have applied the patch below in Ubuntu dapper, and I think you
> probably want to apply it in Debian too.  To avoid it perhaps getting
> mangled (due to the character set issues), I have uuencoded it.

That's strange, the file is fine for me, and your changes introduce
non UTF-8 characters...

Anyways, I'm fixing the validation issue, and will add the attached
patch for japanese and korean.

Mike
=== firefox.desktop
==================================================================
--- firefox.desktop     (revision 100)
+++ firefox.desktop     (local)
@@ -8,6 +8,8 @@
 Name[fr]=Navigateur Web Firefox
 Name[hu]=Firefox webböngésző
 Name[it]=Firefox Browser Web
+Name[ja]=Firefox ウェブ・ブラウザ
+Name[ko]=Firefox 웹 브라우저
 Name[nb]=Firefox Nettleser
 Name[nl]=Firefox webbrowser
 Name[nn]=Firefox Nettlesar
@@ -25,6 +27,8 @@
 Comment[fr]=Navigue sur Internet
 Comment[hu]=A világháló böngészése
 Comment[it]=Esplora il web
+Comment[ja]=ウェブを閲覧します
+Comment[ko]=웹을 돌아 다닙니다
 Comment[nb]=Surf på nettet
 Comment[nl]=Verken het internet
 Comment[nn]=Surf på nettet
@@ -41,6 +45,8 @@
 GenericName[fr]=Navigateur Web
 GenericName[hu]=Webböngésző
 GenericName[it]=Browser Web
+GenericName[ja]=ウェブ・ブラウザ
+GenericName[ko]=웹 브라우저
 GenericName[nb]=Nettleser
 GenericName[nl]=Webbrowser
 GenericName[nn]=Nettlesar

Reply via email to