feat(i18n): add arabic language to i18n locale

This commit is contained in:
Amruth Pillai
2022-03-17 12:16:25 +01:00
parent 7fd96a4540
commit 39fa6da5dd
5 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,7 @@ import NextDocument, { DocumentContext, Head, Html, Main, NextScript } from 'nex
const Document: NextPage = () => (
<Html>
<Head />
<body>
<Main />
<NextScript />