Opened 14 years ago
Closed 14 years ago
#7111 closed bug (fixed)
Missing strings when moving Devices localization to HTA
Reported by: | Karvjorm | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Devices | Version: | R1/alpha2 |
Keywords: | Devices localization update HTA | Cc: | Karvjorm |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Localization of Devices was updated in hrev39835, but during my Finnish translation testing I noticed, that localization is not complete. Also, I noticed that there is some bug in procedures when moving strings to HTA. If "#include <Catalog> and B_TRANSLATE_CONTEXT macro has defined in the header files (for example, in DevicesPCI.h), then only strings in that header file was moved to HTA, but not not strings in .cpp file (DevicesPCI.cpp).
In enclosed localization update I have fixed also one typo and some code lines where strings ends with space (because you cannot see spaces at the end of strings in HTA). Also, localization of apostrophes were not possible, so I fixed it too.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | devices-localization-update.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
A Devices localization update