diff --git a/quiz-app/src/App.vue b/quiz-app/src/App.vue
index 41b741aa..d1c36972 100644
--- a/quiz-app/src/App.vue
+++ b/quiz-app/src/App.vue
@@ -9,6 +9,7 @@
+
diff --git a/quiz-app/src/assets/translations/index.js b/quiz-app/src/assets/translations/index.js
index ace2dc54..03fbae46 100644
--- a/quiz-app/src/assets/translations/index.js
+++ b/quiz-app/src/assets/translations/index.js
@@ -5,6 +5,7 @@ import id from './id.json';
import hi from './hi.json';
import it from './it.json';
import ja from './ja.json';
+import ms from './ms.json';
//export const defaultLocale = 'en';
@@ -15,6 +16,7 @@ const messages = {
hi: hi[0],
it: it[0],
ja: ja[0],
+ ms: ms[0],
};
export default messages;