多语言

This commit is contained in:
czz
2025-07-30 16:48:48 +08:00
parent 92b6896176
commit 300e3b31f6
96 changed files with 3741 additions and 2710 deletions

View File

@@ -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),