But I as an addondeveloper and programmer in general would like this...SrNupsen wrote:Well, no, I don't think an "universal" language support system is needed (this would complicate things unneccesary). How the addon actually does this is up to the addon author, as long as there is a clear point at which one can enter and translate phrases.

And I still say that it isn´t *that* easy to turn Coranto into a multilingual application. Most options (example: yes/no) and names (example: <Field: TwoDigitMonth>) used everywhere can´t be changed just like that...SrNupsen wrote:I agree that it can be difficult when trying to turn non-supportive addons into supportive ones, but when starting from scratch one could easily avoid this type of problem, I think.
An example of a line in my own addon:
- Code: Select all
$status = 'Is a <b>'.$ShadowMail_DB{$i}->{'Type'}.'</b> using <b>'.$ShadowMail_DB{$i}->{'SendmailOrSMTP'}.'</b>. Minimum time between posts is <b>'.$ShadowMail_DB{$i}->{'MinimumTime'}.'</b> seconds.';
