diff --git a/translation.js b/translation.js index ed001af..19e385f 100644 --- a/translation.js +++ b/translation.js @@ -89,6 +89,8 @@ class Translation { const hostname = (new URL(url)).hostname if (hostname.includes('equideow')) { return 'fr' + } else if (hostname.includes('howrse.com')) { + return 'en' } return hostname.match(/\.([^.]+)$/)[1]