Fixed language rendering.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { useState, useEffect } from 'react';
|
import { useState, useEffect } from 'react';
|
||||||
import { useRouter } from 'next/router';
|
import { useRouter } from 'next/router';
|
||||||
import { httpGet } from 'next-basics';
|
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 = {
|
const languageNames = {
|
||||||
'en-US': enUS,
|
'en-US': enUS,
|
||||||
|
|||||||
Reference in New Issue
Block a user