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
Hi,
I'm trying the following
julia> using Languages julia> Languages.from_code("eng") Languages.English() julia> Languages.from_code("en") # returns nothing
It's a bit odd to return nothing but not raising an exception.
According to https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes en is a valid language code (set 1)
en
Supporting the whole standard should probably be considered
Best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying the following
It's a bit odd to return nothing but not raising an exception.
According to https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes
en
is a valid language code (set 1)Supporting the whole standard should probably be considered
Best regards
The text was updated successfully, but these errors were encountered: