Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor 'bug' in English text #36

Open
masterfish1 opened this issue Feb 1, 2024 · 1 comment
Open

Minor 'bug' in English text #36

masterfish1 opened this issue Feb 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@masterfish1
Copy link

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.

@masterfish1 masterfish1 added the bug Something isn't working label Feb 1, 2024
@fratsloos
Copy link
Owner

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

@fratsloos fratsloos self-assigned this Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants