Fallback country ISO code if GeoIP fails
This commit is contained in:
@@ -297,7 +297,7 @@ async function translateMessage(messageText, translateFrom = getGlobalConfig().l
|
|||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function getLocaleFromCountryISO(isoCode) {
|
function getLocaleFromCountryISO(isoCode = "US") {
|
||||||
for (let i in getLocales()) {
|
for (let i in getLocales()) {
|
||||||
for (let j in getLocales()[i].countries) {
|
for (let j in getLocales()[i].countries) {
|
||||||
if (toLowerCase(getLocales()[i].countries[j]) == toLowerCase(isoCode)) {
|
if (toLowerCase(getLocales()[i].countries[j]) == toLowerCase(isoCode)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user