Re: Translating filenames for command line?
Re: Translating filenames for command line?
- Subject: Re: Translating filenames for command line?
- From: Simon Stapleton <email@hidden>
- Date: Wed, 02 Jan 2002 17:01:32 +0000 (GMT)
>
From: Ondra Cada <email@hidden>
>
OTOH, as I've written to Rosyna, some special cases (like perhaps
>
the ellipsis) apart, there is really *no need* to use such
>
constants. If it is 8-bit or more, it is almost always localizable;
>
if it is localizable, it has no right to sit in a code as a
>
constant.
Thinking about it, I'm not sure even the ellipsis is a truly global
thing. And given that, except for the most trivial application, one
should have at least some strings localised, it shouldn't be too much
of a stretch to add an 'Ellipsis' key and string to the
Localizable.strings file in your app.
The real oversight, as far as I see it, is that PB doesn't seem to
provide an easy way to add a Localizable.strings to all projects by
default ;-)
Simon
--
PGP Key ID : 0x50D0698D
--
If the answer isn't obvious, the question is a distraction. Go find
an easier question.