Open masterfish1 opened 10 months ago
I noticed these recently and thought I would bring them to your attention.
In en.json, this part,
"data": { "not_available": "N/A", "none": "No aircrafts detected!", "undefined": "The configurated entity doesn't contain data!" }
should be
"data": { "not_available": "N/A", "none": "No aircraft detected!", "undefined": "The configured entity doesn't contain data!" }
Aircraft is one of the many silly exceptions in English and the plural is the same as the singular.
I checked the rest of the en.json file and apart from the above, it is all ok.
Thanks @masterfish1, I'll update the file in the next release.
I noticed these recently and thought I would bring them to your attention.
In en.json, this part,
should be
Aircraft is one of the many silly exceptions in English and the plural is the same as the singular.
I checked the rest of the en.json file and apart from the above, it is all ok.