• 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: Translation.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Translation.


  • Subject: Re: Translation.
  • From: Fritz Anderson <email@hidden>
  • Date: Sat, 28 Aug 2010 17:32:59 -0500

[Inquiries about developer tools really belong on xcode-users.]

On 28 Aug 2010, at 7:12 AM, Sandro Noël wrote:

> either...
> 	ibtool --strings-file MainWindow.strings -–write French.lproj/MainWindow.xib  English.lproj/MainWindow.xib
> or...
> 	ibtool --strings-file MainWindow.strings English.lproj/MainWindow.xib -–write French.lproj/MainWindow.xib

Per the instructions in the error message, I ran "man ibtool" and found there is no such option as --strings-file. Or did you type these lines from memory?

> or...
> 	ibtool --import-strings-file MainWindow.strings English.lproj/MainWindow.xib -–write French.lproj/MainWindow.xib

Nor did I find any indication that the source NIB/XIB was permitted to be anything but the last argument. The synopsis says it must be.

> returns....
> 	<key>com.apple.ibtool.errors</key>
> 	<array>
> 		<dict>
> 			<key>description</key>
> 			<string>Illegal invocation. Try 'man ibtool' for more information.</string>
> 		</dict>
> 		<dict>
> 			<key>description</key>
> 			<string>Not enough arguments provided; where is the input document to operate on?</string>
> 		</dict>
> 	</array>
> </dict>
> </plist>

However, given what I said, I'm not sure how your first two invocations could have produced this error. Is it really the case that the first two messages were the same as the one you pasted?

	— F

_______________________________________________

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

References: 
 >Translation. (From: Sandro Noël <email@hidden>)

  • Prev by Date: Memory leak when using new MPMoviePlayerController notifications
  • Next by Date: Re: NSCoding between iOS and Mac OS X
  • Previous by thread: Translation.
  • Next by thread: NSString / NSURL
  • Index(es):
    • Date
    • Thread