We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As requested by @smacker here
Could you please check what new enry returns for C#? And if it matches what we expect in language selector.
The goal is to have a test to check if the output of /get-languages uses the same names as /detect-lang (i.e. csharp vs C#).
/get-languages
/detect-lang
csharp
C#
The text was updated successfully, but these errors were encountered:
as far as I remember enry can return name and id for a language. In case of C# name is C# and id is csharp.
name
id
Sorry, something went wrong.
se7entyse7en
Successfully merging a pull request may close this issue.
As requested by @smacker here
The goal is to have a test to check if the output of
/get-languages
uses the same names as/detect-lang
(i.e.csharp
vsC#
).The text was updated successfully, but these errors were encountered: