feat: adjustment on the translation
This commit is contained in:
parent
661930d2bd
commit
5e27f09921
|
@ -117,5 +117,7 @@
|
||||||
"seconds_suffix": "d",
|
"seconds_suffix": "d",
|
||||||
"quiz_type_option": "Pilihan Ganda",
|
"quiz_type_option": "Pilihan Ganda",
|
||||||
"quiz_type_true_false": "Benar atau Salah",
|
"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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,6 @@ class HomeView extends GetView<HomeController> {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// ButtonOption di luar Padding
|
|
||||||
ButtonOption(
|
ButtonOption(
|
||||||
onCreate: controller.goToQuizCreation,
|
onCreate: controller.goToQuizCreation,
|
||||||
onCreateRoom: controller.goToRoomMaker,
|
onCreateRoom: controller.goToRoomMaker,
|
||||||
|
|
Loading…
Reference in New Issue