Comment #2 on issue 19019 by [email protected]: Mac localizations need InfoPlist.strings http://code.google.com/p/chromium/issues/detail?id=19019
I think we should get them from the .grd files if possible. We already have IDS_ABOUT_VERSION_COPYRIGHT. We can use that for NSHumanReadableCopyright. For the purposes of CFBundleShortInfoString, it's a little hairier because we'd be concatenating things in a way that's not strictly correct in all languages - IDS_PRODUCT_NAME + " " + version + ", " + IDS_ABOUT_VERSION_COPYRIGHT. Maybe this is good enough for all languages we use. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
