feat: lang
This commit is contained in:
@@ -2,6 +2,7 @@ import 'package:auto_route/auto_route.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:table_calendar/table_calendar.dart';
|
||||
|
||||
import '../../../common/extension/extension.dart';
|
||||
import '../../../common/theme/theme.dart';
|
||||
import '../../components/appbar/appbar.dart';
|
||||
|
||||
@@ -213,7 +214,7 @@ class _SchedulePageState extends State<SchedulePage>
|
||||
floating: false,
|
||||
pinned: true,
|
||||
backgroundColor: AppColor.primary,
|
||||
flexibleSpace: CustomAppBar(title: 'Jadwal'),
|
||||
flexibleSpace: CustomAppBar(title: context.lang.schedule),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user