Re: Validity of Localizable.strings file
Re: Validity of Localizable.strings file
- Subject: Re: Validity of Localizable.strings file
- From: Vince DeMarco <email@hidden>
- Date: Sun, 9 Sep 2001 13:24:09 -0700
On Sunday, September 9, 2001, at 12:31 pm, Rosyna wrote:
Is there any way to check for errors in the Localizable.strings file?
Like maybe I forgot a " there or a ; here?
From the commandline do this
pl < Localizable.strings
It should print out the strings file back to you or give an error.
vince