mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update connector page
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import {addLocale, useLocale} from 'ttag'
|
||||
|
||||
const locale = navigator.language.split('-')[0];
|
||||
const locale = navigator.language.split('-')[0]
|
||||
export const regionNames = new Intl.DisplayNames([locale], {type: 'region'})
|
||||
|
||||
if (locale !== 'en') {
|
||||
fetch(`/locales/${locale}.po.json`).then(response => {
|
||||
|
||||
Reference in New Issue
Block a user