You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.
E.g.: fr-CH is not defined but fr-FR is so take fr-FR instead
var lang = 'en_us';
if (ath.language) {
if (ath.language in ath.intl) {
lang = ath.language
} else if (ath.language.substr(0, 2) in ath.intl) {
lang = ath.language.substr(0, 2)
}
}
ath.language = lang
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
E.g.: fr-CH is not defined but fr-FR is so take fr-FR instead
The text was updated successfully, but these errors were encountered: