Re: What gets automatically localized?

2010-04-08 Thread Dave DeLong
This ticket has popped up on my radar again at work, and I still have a hard time believing that I have to translate things like File, Edit, Undo, Special Characters, etc myself. Is that really the case? Thanks, Dave On Jan 5, 2010, at 3:11 PM, Dave DeLong wrote: Hi everyone, I'm

Re: What gets automatically localized?

2010-04-08 Thread Ken Thomases
On Apr 8, 2010, at 2:53 PM, Dave DeLong wrote: This ticket has popped up on my radar again at work, and I still have a hard time believing that I have to translate things like File, Edit, Undo, Special Characters, etc myself. Is that really the case? Apple provides a number of

Re: What gets automatically localized?

2010-04-08 Thread Dave DeLong
Aha, I knew I'd seen those around somewhere. Unfortunately, our setup is such that we can't use AppleGlot without a major overhaul of our build process, so I guess we're stuck with manual translation. :( Thanks, Dave On Apr 8, 2010, at 2:38 PM, Ken Thomases wrote: On Apr 8, 2010, at 2:53

Re: What gets automatically localized?

2010-04-08 Thread Kyle Sluder
On Thu, Apr 8, 2010 at 1:58 PM, Dave DeLong davedel...@me.com wrote: Aha, I knew I'd seen those around somewhere.  Unfortunately, our setup is such that we can't use AppleGlot without a major overhaul of our build process, so I guess we're stuck with manual translation. :( The files aren't

Re: What gets automatically localized?

2010-04-08 Thread Gary L. Wade
I don't know if this is documented somewhere, but if all you're needing is an actual string to copy into your project, you could try checking the frameworks' resources on your disk. If your project is linking against the actual runtime frameworks rather than one of the SDK versions, try doing a

Re: What gets automatically localized?

2010-01-09 Thread John Joyce
On Jan 7, 2010, at 12:36 AM, cocoa-dev-requ...@lists.apple.com wrote: Subject: Re: What gets automatically localized? To: Cocoa Developers cocoa-dev@lists.apple.com Message-ID: d5c47a39-c892-4cc6-ae10-bbc0f6ea7...@ieee.org Content-Type: text/plain; charset=windows-1252 On 2010 Jan 05

Re: What gets automatically localized?

2010-01-06 Thread Jerry Krinock
On 2010 Jan 05, at 14:11, Dave DeLong wrote: I'm working on localizing an application, and I've been trying to figure out what the runtime/OS/whatever will automatically localize for me (specifically referring to the standard menubar). Obviously, if I add my own NSMenuItems, I have to

What gets automatically localized?

2010-01-05 Thread Dave DeLong
Hi everyone, I'm working on localizing an application, and I've been trying to figure out what the runtime/OS/whatever will automatically localize for me (specifically referring to the standard menubar). Obviously, if I add my own NSMenuItems, I have to localize them myself. Some menuitems