en_GB not en-GB
#8663
Replies: 1 comment 1 reply
-
Thanks @daveytyke , this should be fixed by #8698 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm doing some accessibility work on our CKAN instance and we're getting an error on the language setup.
in our .ini file we have set -
ckan.locale_default = en_GB
This results in each web page having the following set up -
However, it should be <html lang="en-GB class= "js"> a small but significant change.
How can we make this correct?
(Changing to ckan.locale_default = en-GB crashes the service).
Beta Was this translation helpful? Give feedback.
All reactions