Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-1370 now.

L_NONE not appropriate for translation (fix completed in vcs)

L_NONE is used on several places. E.g. twice when writing a private message, once for the topic icon and also in the imageset administration.
But there may be the need to translage 'None' in different manner depending on the content. For German:
None (user) => "Kein Benutzer" or "Keiner"
None (icon/image) => "Kein Icon" or "Keines"

Comments / History

Posted by SHS` (Consultant) on Jul 29th 2006, 20:28

I would say this will have to be "won't fix" and for all translations other than English will have to use a "context neutral" adverb/pronoun. Grammatic genders and other such inflections will just have to fall by the wayside.

Posted by naderman (Development Team Leader) on Jul 29th 2006, 23:06

Unfortunately there is no neutral way of saying this, so that's not really an option. I think we should use more specific language strings than just L_NONE, and rather always have L_NONE_X / L_NO_X where X is user (PM) or image (imagesets) or template ...

Posted by dhn (Former Team Member) on Aug 1st 2006, 12:51

I second naderman's proposal. L_NONE does not appear that often in the templates.

Linked ticket with changeset: r6241

Action performed by naderman (Development Team Leader) on Aug 6th 2006, 17:25

Ticket details

Related SVN changesets