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)
Supporting the whole standard should probably be considered
Best regards
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
enis a valid language code (set 1)Supporting the whole standard should probably be considered
Best regards