• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: XIB and AppleGlot
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XIB and AppleGlot


  • Subject: Re: XIB and AppleGlot
  • From: Jonathan Hess <email@hidden>
  • Date: Thu, 4 Jun 2009 17:46:38 -0700


On Jun 4, 2009, at 6:28 AM, Eric Slosser wrote:

(Sorry if this is OT, I couldn't find a better apple-hosted list...)

How does one use AppleGlot and XIBs?

I have an app, "My.app", that was previously localized. I'm working on version 2.0.

My app is starting to use XIB files. These get compiled into NIBs in My.app.

The AppleGlot docs seem to say I should put My.app 2.0 into _NewBase, and My.app 1.0 into _OldLoc.

When I do that, the nibs that came from xibs are ignored (my.app.wg doesn't contain any of the strings from those nibs). If I put NewDialog.xib into my.app, I see its strings in the .wg.

It seems like I be putting the source code form of the "<language>.lproj" folders into _OldBase, but none of the docs say that.

Can someone point me at a discussion of how to use AppleGlot in the presence of XIB files?

And (if it's not covered by default): What to do when the previous shipped app had a non-compiled Foo.nib, and the about-to-ship app has Foo.xib in the souces, and thus a compiled Foo.nib in the built app.

Hey Eric -

I believe the file names in _OldBase, _NewBase, and _OldLoc need to match. It sounds like your files in _OldBase and _OldLoc are probably .nib files, but you're files in _NewBase are .xib files.

You can upgrade the files in _OldBase and _OldLoc to .xib files with something like this:

cd _OldLoc
find . -name "*.nib" -type d -exec ibtool --upgrade {} \;
cd _OldBase
find . -name "*.nib" -type d -exec ibtool --upgrade {} \;

Hopefully that addresses you're problem -
Jon Hess




_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: XIB and AppleGlot
      • From: Eric Slosser <email@hidden>
References: 
 >XIB and AppleGlot (From: Eric Slosser <email@hidden>)

  • Prev by Date: Help Book: "Ask a Question" Fails
  • Next by Date: Re: Should touch events related to a given view be implemented in the view or the view controller?
  • Previous by thread: XIB and AppleGlot
  • Next by thread: Re: XIB and AppleGlot
  • Index(es):
    • Date
    • Thread