chore: l10n

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-04 13:05:29 +08:00
parent a15c04956c
commit 64676bc5cb
31 changed files with 87 additions and 405 deletions

View File

@@ -429,7 +429,7 @@ final class _PvePageState extends State<PvePage> {
fn: () => func(item.node, item.id),
);
if (suc == true) {
context.showSnackBar(l10n.success);
context.showSnackBar(libL10n.success);
} else {
context.showSnackBar(err?.toString() ?? libL10n.fail);
}