in FormController set 'view_item' as 'aircraft'. To get the 'view_list' the function toPlural returns the same word 'aircraft' instead the plural form 'aircrafts'
The plural form of 'aircraft' -> 'aircrafts'
'aircraft' instead of 'aircrafts'
Laragon 4.0.16, php 7.4.7
Excuse my english :)
@brianteeman Can you confirm this as a native English speaker? I think @SharkyKZ is right, but we both are not native English speakers.
Oh! Thanks….
Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10
From: SharkyKZmailto:notifications@github.com
Sent: lunes, 10 de agosto de 2020 13:17
To: joomla/joomla-cmsmailto:joomla-cms@noreply.github.com
Cc: alfredojddmailto:moto.clasica@hotmail.com; Authormailto:author@noreply.github.com
Subject: Re: [joomla/joomla-cms] \Joomla\String\Inflector::getInstance()->toPlural fails on 'aircraft' (#30332)
Apparently, plural form of aircraft is aircraft. So it's correct as it is. You'll have to to manually define list view name.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub#30332 (comment), or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEIHHDYSYMFBICOOHBEMWFTR77JL3ANCNFSM4PZZ5XAQ.
confirmed - aircraft is both singular and plural
Status | New | ⇒ | Expected Behaviour |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-10 11:44:18 |
Closed_By | ⇒ | richard67 |
Closing as expected behavior.
Funny detail: I am also sure that "aircrafts" is wrong. But Google Translator offers that as a possible translation from German "Flugzeuge". So it seems to be a common mistake, so common that Google Translator has adapted to it ;-)
as the plural of airplane is airplanes that might suit your purpose easier
Apparently, plural form of aircraft is aircraft. So it's correct as it is. You'll have to to manually define list view name.