fratsloos / fr24_card

Lovelace card for showing Dump1090 data from FR24 in Home Assistant
44 stars 5 forks source link

Minor 'bug' in English text #36

Open masterfish1 opened 10 months ago

masterfish1 commented 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.

fratsloos commented 9 months ago

Thanks @masterfish1, I'll update the file in the next release.