[Debian-hebrew-package] [svn] r129 -
pkg/debian-hebrew/trunk/scripts
Baruch Even
baruch at ev-en.org
Tue Aug 2 12:38:51 UTC 2005
Yaacov Zamir wrote:
> Author: kzamir-guest
> Date: Tue Aug 2 12:32:23 2005
> New Revision: 129
>
> Modified:
> pkg/debian-hebrew/trunk/scripts/hebrew-settings
> Log:
> add --enabled flag to hebrew-sttings script
>
> + if [ "x$1" == "x--enabled" ]; then
You can check this without the x, even if the string is empty if you
surround it with double quotes as you do it will still be an empty
string. The x trick is needed when you don't surround it with double quotes.
> + # locales preseed
> + locales locales/default_environment_locale string en_US.UTF-8
Maybe we need a better default? en_IL?
Better yet would be to set LANG to he_IL.UTF8 but set LC_MESSAGES to C.
This way you'll get a properly hebrew system (dates, money and so on),
but the interface language would be English.
Baruch
More information about the Debian-hebrew-package
mailing list