From edc5964a5035cf95b847e8477fb8beab89b2851a Mon Sep 17 00:00:00 2001 From: Wanjala <48374660+Tridence@users.noreply.github.com> Date: Thu, 20 May 2021 08:19:41 +0300 Subject: [PATCH] Updated Swahili (.sw) language --- quiz-app/src/assets/translations/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quiz-app/src/assets/translations/index.js b/quiz-app/src/assets/translations/index.js index ec072f61..d1449307 100644 --- a/quiz-app/src/assets/translations/index.js +++ b/quiz-app/src/assets/translations/index.js @@ -11,6 +11,7 @@ import es from './es.json'; import nl from './nl.json'; import zh_cn from './zh_cn.json'; import zh_tw from './zh_tw.json'; +import sw from './sw.json'; //export const defaultLocale = 'en'; @@ -28,6 +29,7 @@ const messages = { nl: nl[0], zh_cn: zh_cn[0], zh_tw: zh_tw[0], + sw: sw[0], };