多语言

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

@@ -108,7 +108,7 @@ class AddressModuleWidget extends GetView {
child: ElevatedButton(
onPressed: () {},
child: Text(
'默认',
'默认'.tr,
style: TextStyle(
color: Color(0XFF6BFDAC),
fontSize: 20.rpx,
@@ -131,7 +131,7 @@ class AddressModuleWidget extends GetView {
addressListController.model
.addressList[index]['address']?.isEmpty ??
true
? '无详细地址'
? '无详细地址'.tr
: addressListController.model.addressList[index]
['address'],
style: TextStyle(
@@ -172,7 +172,7 @@ class AddressModuleWidget extends GetView {
child: Align(
alignment: AlignmentDirectional(1, 0),
child: Text(
'编辑',
'编辑'.tr,
style: TextStyle(
fontFamily: 'Readex Pro',
color: Color(0xFF84F5FF),