Re: String Tables
Re: String Tables
- Subject: Re: String Tables
- From: Jerry Krinock <email@hidden>
- Date: Fri, 6 Aug 2010 09:19:03 -0700
On 2010 Aug 06, at 09:05, Dave DeLong wrote:
> Sometimes a word in your original language can have multiple translations, depending in the context.
Yes. Example:
/* Name of a preference tab which contains preference settings for how things look when they are viewed. This is intentionally generic. It is a noun. */
"view" = "View" ;
/* Title of a button which the user clicks in order to see some data. It is a verb. */
"view_v" = "View" ;
Also, it's just a personal or company preference. I don't like to have long strings in my code.
_______________________________________________
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