多语言

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

@@ -23,7 +23,7 @@ class ShareUserWidget extends GetView {
return InkWell(
onTap: () {
Get.toNamed('/shareDeviceDetail',
arguments: {"mac": mac, "info": info});
arguments: {"mac".tr: mac, "info": info});
},
child: Container(
width: MediaQuery.sizeOf(context).width,