Opened 12 years ago

Closed 11 years ago

#9029 closed bug (fixed)

[Chart] Missing "System name" translation

Reported by: dsjonny Owned by: pulkomandy
Priority: normal Milestone: R1
Component: Kits/Locale Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

The Chart demo's system name translation is missing. Please fix it. And please add this fix to the alpha4 images too. Than you!

Attachments (1)

0003-Corrected-system-name-translation.patch (1.3 KB ) - added by dsjonny 11 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 by diver, 12 years ago

Version: R1/alpha3R1/Development

comment:2 by humdinger, 12 years ago

Component: Applications/ChartKits/Locale Kit
Owner: changed from jackburton to pulkomandy

I'm stumped here. The B_TRANSLATE_SYSTEM_NAME macro is used and the string also appears on the pootle translation site. The Jamfile includes DoCatalogs... Still the translated app name does not appear in the Deskbar after setting another language and activating the option to display translated app names.

(BTW, Chart hides in src/test/kits/game/chart...)

comment:3 by humdinger, 12 years ago

Blocking: 9031 added

(In #9031) Seems to be the same issue as #9029

comment:4 by dsjonny, 11 years ago

patch: 01

comment:5 by dsjonny, 11 years ago

Added a patch for system name correction. Tested, works fine (maybe it need to recreate the catalogs).

comment:6 by dsjonny, 11 years ago

Sorry, need another one change too in the jamfile:

DoCatalogs Chart :
    x-vnd.Haiku-ChartDemo
    :
	Chart.cpp
	ChartWindow.cpp
;

comment:7 by mmadia, 11 years ago

Blocking: 9031 removed

(In #9031) in the future, use a more descriptive subject.

comment:8 by mmadia, 11 years ago

Summary: Missing "System name" translation[Chart] Missing "System name" translation

comment:9 by humdinger, 11 years ago

Resolution: fixed
Status: newclosed

Applied with hrev45137 (and hrev45138...). Thanks[[BR]] In the future it'd be nice if you could mention the Trac ticket # in your commit message.

Note: See TracTickets for help on using tickets.