Added missing translation
This commit is contained in:
@@ -19,7 +19,7 @@ const items = [
|
|||||||
{ page: "/contact", key: "contact" },
|
{ page: "/contact", key: "contact" },
|
||||||
{
|
{
|
||||||
key: "country_manager",
|
key: "country_manager",
|
||||||
page: "",
|
page: '',
|
||||||
entries: [
|
entries: [
|
||||||
{
|
{
|
||||||
key: "Egypt",
|
key: "Egypt",
|
||||||
@@ -88,7 +88,7 @@ export default function Navbar({
|
|||||||
key={item.key}
|
key={item.key}
|
||||||
entry={item}
|
entry={item}
|
||||||
language={language}
|
language={language}
|
||||||
translation={translation}
|
translation={translation}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
Reference in New Issue
Block a user