From d552349f5da45735b86911913afc4345dbdcd526 Mon Sep 17 00:00:00 2001 From: Rohith ND <73429989+ndrohith09@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:06:58 +0530 Subject: [PATCH] Update index.js --- quiz-app/src/assets/translations/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/quiz-app/src/assets/translations/index.js b/quiz-app/src/assets/translations/index.js index 0bb70dd4..495c0713 100644 --- a/quiz-app/src/assets/translations/index.js +++ b/quiz-app/src/assets/translations/index.js @@ -12,7 +12,7 @@ import nl from "./nl.json"; import zh_cn from "./zh_cn.json"; import zh_tw from "./zh_tw.json"; import fr from "./fr.json"; -import tam from "./tam.json"; +import ta from "./ta.json"; //export const defaultLocale = 'en'; const messages = { @@ -29,8 +29,7 @@ const messages = { zh_cn: zh_cn[0], zh_tw: zh_tw[0], fr: fr[0], - - tam: tam[0], + ta: ta[0], }; export default messages;