Opened 10 years ago
Closed 10 years ago
#11404 closed enhancement (fixed)
keystore_server isn't localized
Reported by: | humdinger | Owned by: | mmlr |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/keystore_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev48167.
Attached a patch to localize the keystore_server. Not sure I did it alright... It does compile. :)
Attachments (1)
Change History (4)
by , 10 years ago
Attachment: | 0001-Localize-keystore_server.patch added |
---|
comment:1 by , 10 years ago
patch: | 0 → 1 |
---|
comment:2 by , 10 years ago
Looks correct. In AppAccessRequestWindow there is a sentence built by concatenating various strings in a fixed order, which may not be the most locale-friendly way. But the BMessageFormat class isn't ready for such complex things yet, so we'll have to go with this way for now.
Note:
See TracTickets
for help on using tickets.
patch for localiztion