franky1978 / igoogle-legacy

Automatically exported from code.google.com/p/igoogle-legacy
1 stars 0 forks source link

Localization of module title and description fails #686

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description of the bug/feature.
==================================
The messagebundles are not being used for either the "Add to iGoogle" page or 
the "iGoogle settings" page when the title or description of the gadget is set 
to a message from those bundles.

PLEASE FILL OUT THE FOLLOWING FOR A BUG REPORT ONLY:

What steps will reproduce the problem?
======================================
1. Create a basic gadget, using messages for attributes like title or 
description
2. Try to add the gadget to your iGoogle page using the 
http://www.google.com/url?sa=D&q=http://www.google.com/ig/adde?moduleurl=gadget.
xml method, this page shows fault 1.
3. When added, go to the settings page of iGoogle, the list of installed 
gadgets will show fault 2.

What is the expected output?
============================
The "add this gadget to iGoogle" page, using the correct title and description. 
The iGoogle settings page to show a correct title.

What is the actual output?
==========================
The "add this gadget to iGoogle" page, without replacing the 
__MSG_moduleTitle__ of __MSG_description__ field. 

Which browsers have you experienced this on?
============================================
Chrome 11, Firefox 3.6/4, IE8, Opera 11

Which operating systems have you experienced this on?
=====================================================
Windows XP, Windows Vista, Ubuntu 10.10/11.04

Please provide any additional information below.

I have not yet tried to actually add the widget using the messagebundle as 
title and description, but the documentation seems to indicate that the used 
manner of localization is correct.

See forum post 
http://groups.google.com/group/Google-Gadgets-API/browse_thread/thread/e02179233
1bb7ac8 and issue 392, which is for a different page (and hasn't been fixed in 
17 months, and has a weird status): 
http://code.google.com/p/igoogle-legacy/issues/detail?id=392

Original issue reported on code.google.com by rein%tib...@gtempaccount.com on 13 May 2011 at 2:28

Attachments:

GoogleCodeExporter commented 8 years ago
Edit:

After changing the locales to seperate files and add the countrycode "ALL" to 
every line, I now get three questionmarks instead of the __MSG__ lines. The 
gadget itself, after adding, still displays exactly like it's supposed to.

Original comment by rein%tib...@gtempaccount.com on 18 May 2011 at 12:20