多语言
This commit is contained in:
@@ -47,7 +47,7 @@ class AddressListPage extends GetView<AddressListController> {
|
||||
children: [
|
||||
// 中间居中的标题
|
||||
Text(
|
||||
'地址管理',
|
||||
'地址管理'.tr,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
@@ -184,7 +184,7 @@ class AddressListPage extends GetView<AddressListController> {
|
||||
|
||||
SizedBox(width: 10), // 加号和文字间距
|
||||
Text(
|
||||
'添加新地址',
|
||||
'添加新地址'.tr,
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
color: Color(0xFF85F5FF),
|
||||
|
||||
Reference in New Issue
Block a user