修正多语言当中的硬编码,更新七国语言
(cherry picked from commit e72e682f526651453dc44b2db78a5df8ba70a733)
This commit is contained in:
@@ -98,7 +98,7 @@ class KRSubscribeService {
|
||||
/// 重置订阅周期
|
||||
Future<void> kr_resetSubscribePeriod() async {
|
||||
if (kr_currentSubscribe.value == null) {
|
||||
KRCommonUtil.kr_showToast('请先选择订阅');
|
||||
KRCommonUtil.kr_showToast('subscribe.pleaseSelectFirst'.tr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user