Page 1 of 1

Bug in Installer with Dutch locale

Posted: Mon May 05, 2014 12:59 am
by chris
The @askdir-help text causes a "string too long" error when running in Dutch.

Consider this script:

Code: Select all

(askdir
	(prompt "test")
	(help @askdir-help)
	(default "RAM:")
)
Running it in English works fine. However, when switching to Dutch in Locale it errors with "string too long in line 3" (in Dutch).

Re: Bug in Installer with Dutch locale

Posted: Mon May 05, 2014 8:48 pm
by Johan
Dag Chris,

You may very well be right. I have translated this, and I also have found such errors. I *think* that in my newest translation this will be gone. Installer seems to be a real beast to translate, somehow.


Johan