feat: lang
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:auto_route/auto_route.dart';
|
||||
|
||||
import '../../../common/extension/extension.dart';
|
||||
import '../../../common/theme/theme.dart';
|
||||
|
||||
@RoutePage()
|
||||
@@ -114,7 +115,7 @@ class _ComingSoonPageState extends State<ComingSoonPage>
|
||||
child: SlideTransition(
|
||||
position: _slideAnimation,
|
||||
child: Text(
|
||||
'Coming Soon',
|
||||
context.lang.coming_soon,
|
||||
style: AppStyle.h1.copyWith(
|
||||
color: AppColor.textWhite,
|
||||
fontWeight: FontWeight.bold,
|
||||
@@ -134,7 +135,7 @@ class _ComingSoonPageState extends State<ComingSoonPage>
|
||||
child: SlideTransition(
|
||||
position: _slideAnimation,
|
||||
child: Text(
|
||||
'Something amazing is brewing!\nStay tuned for the big reveal.',
|
||||
context.lang.coming_soon_desc,
|
||||
style: AppStyle.lg.copyWith(
|
||||
color: AppColor.textWhite.withOpacity(0.9),
|
||||
height: 1.5,
|
||||
|
||||
Reference in New Issue
Block a user