Fixed language rendering.

This commit is contained in:
Mike Cao 2023-08-25 17:52:44 -07:00
parent 0fdc8f7922
commit aff63ed6e4

View File

@ -1,7 +1,7 @@
import { useState, useEffect } from 'react';
import { useRouter } from 'next/router';
import { httpGet } from 'next-basics';
import enUS from 'public/intl/country/en-US.json';
import enUS from 'public/intl/language/en-US.json';
const languageNames = {
'en-US': enUS,