修改中英文

This commit is contained in:
18401019693
2023-10-11 17:26:07 +08:00
parent 000929fd02
commit 7bedf93dd5
16 changed files with 34 additions and 27 deletions

View File

@@ -185,6 +185,14 @@ public class CreateSudGamePopup extends BottomPopupView {
}
return;
}
if (sillNumber%10!=0){
if (IMLoginManager.get(getContext()).getLocaleLanguage() == Locale.SIMPLIFIED_CHINESE) {
ToastUtil.show("金豆數量必須為10的倍數");
} else {
ToastUtil.show("The number of golden beans must be a multiple of 10");
}
return;
}
}
LiveNetManager.get(getContext())