From 5e27f09921c07c75b6f648f5d3dec12b17aff288 Mon Sep 17 00:00:00 2001 From: akhdanre Date: Sun, 25 May 2025 17:32:58 +0700 Subject: [PATCH] feat: adjustment on the translation --- assets/translations/id-ID.json | 4 +++- lib/feature/home/view/home_page.dart | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/translations/id-ID.json b/assets/translations/id-ID.json index fdd2833..1ec381a 100644 --- a/assets/translations/id-ID.json +++ b/assets/translations/id-ID.json @@ -117,5 +117,7 @@ "seconds_suffix": "d", "quiz_type_option": "Pilihan Ganda", "quiz_type_true_false": "Benar atau Salah", - "quiz_type_fill_the_blank": "Isian Kosong" + "quiz_type_fill_the_blank": "Isian Kosong", + + "start_quiz": "Start Quiz" } diff --git a/lib/feature/home/view/home_page.dart b/lib/feature/home/view/home_page.dart index ce6a2cb..7032b0d 100644 --- a/lib/feature/home/view/home_page.dart +++ b/lib/feature/home/view/home_page.dart @@ -34,7 +34,6 @@ class HomeView extends GetView { ], ), ), - // ButtonOption di luar Padding ButtonOption( onCreate: controller.goToQuizCreation, onCreateRoom: controller.goToRoomMaker,