Opened 15 years ago
Closed 15 years ago
#5111 closed enhancement (fixed)
[Patch] Sounds preflet localization
Reported by: | mt | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/Sounds | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Localize GUI strings for Sounds preflet. Patch and sample en.catkeys added.
ToDo:
- How to Localize 'string + B_UTF8...' combination ?
menu->AddItem(new BMenuItem("Other" B_UTF8_ELLIPSIS, new BMessage(M_OTHER_MESSAGE)));
in this patch, I converted B_UTF8... to real character. (like '…')
menu->AddItem(new BMenuItem(TR("Other…") /*B_UTF8_ELLIPSIS*/,new BMessage(M_OTHER_MESSAGE)));
- Localize Event names. (They are living in Media kit?)
Attachments (2)
Change History (4)
by , 15 years ago
Attachment: | Sounds.patch added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
For B_UTF8 things, it's as simple as TR("something" B_UTF8_ELLIPSIS). As for event names, they will have to wait until the media kit itself is translated, I think.
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in hrev36642. Sorry for the delay!
Note:
See TracTickets
for help on using tickets.
patch file