From b3751ec4bfaebece4403f54a0f06e8732ee49f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20An=C4=B1l=20Ko=C3=A7ak?= Date: Sat, 30 Nov 2019 21:39:58 +0000 Subject: [PATCH] nuxt.config.js edited for Turkish Language support --- nuxt.config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 2019ea502..f8ba8e161 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -151,7 +151,7 @@ export default { }, { name: "twitter:image", - content: `${routerBase.router.base}logo.jpg` + content: "https://postwoman.io/logo.jpg" } ], link: [ @@ -333,6 +333,12 @@ export default { name: "Bahasa Indonesia", iso: "id-ID", file: "id-ID.js" + }, + { + code: "tr", + name: "Türkçe", + iso: "tr-TR", + file: "tr-TR.js" } ], defaultLocale: "en",