From f377e79a4d1781edc84f6d36b52f8574f7a76cdf Mon Sep 17 00:00:00 2001 From: Mansi Jain <63226239+mansijain980@users.noreply.github.com> Date: Mon, 30 Aug 2021 12:24:25 +0530 Subject: [PATCH] Update index.js --- quiz-app/src/assets/translations/index.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/quiz-app/src/assets/translations/index.js b/quiz-app/src/assets/translations/index.js index e50ca373..1793bb53 100644 --- a/quiz-app/src/assets/translations/index.js +++ b/quiz-app/src/assets/translations/index.js @@ -9,13 +9,12 @@ import it from './it.json'; //export const defaultLocale = 'en'; const messages = { - - en: en[0], - tr: tr[0], - fr: fr[0], - ja: ja[0], - it: it[0], - zh-cn: zh-cn[0] + en: en[0], + tr: tr[0], + fr: fr[0], + ja: ja[0], + it: it[0], + zh-cn: zh-cn[0] }; -export default messages; \ No newline at end of file +export default messages;