Bug in Installer with Dutch locale

A forum for general AmigaOS 4.x support questions that are not platform-specific
Post Reply
chris
Posts: 564
Joined: Sat Jun 18, 2011 12:05 pm
Contact:

Bug in Installer with Dutch locale

Post 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).
User avatar
Johan
Beta Tester
Beta Tester
Posts: 87
Joined: Mon Dec 20, 2010 1:33 pm
Location: Netherlands

Re: Bug in Installer with Dutch locale

Post 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
~~~/\___Yet Another Stupid Enduser___/\~~~
Post Reply