浏览代码

国际化

jsonwang 3 年之前
父节点
当前提交
58fa635e0d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

@@ -1197,7 +1197,7 @@ public class BFRecordScreenController: BFBaseViewController {
         recordEndHandle?(voiceModel)
         recordEndHandle?(voiceModel)
         BFLog(3, message: "开始录制-取消:currentAssetProgress=\(currentAssetProgress.seconds),cuInde=\(currItemModelIndex),currIndex=\(voiceModel?.currIndex ?? 0),\(String(describing: voiceModel)),\(String(describing: recorderManager?.voiceModel))")
         BFLog(3, message: "开始录制-取消:currentAssetProgress=\(currentAssetProgress.seconds),cuInde=\(currItemModelIndex),currIndex=\(voiceModel?.currIndex ?? 0),\(String(describing: voiceModel)),\(String(describing: recorderManager?.voiceModel))")
         if voiceModel != nil, currentAssetProgress.seconds - (recorderManager?.voiceModel?.startCMTime.seconds ?? 0) < 1.0 {
         if voiceModel != nil, currentAssetProgress.seconds - (recorderManager?.voiceModel?.startCMTime.seconds ?? 0) < 1.0 {
-            cShowHUB(superView: nil, msg: "最短录制1秒")
+            cShowHUB(superView: nil, msg: "shoot_tips_least".BFLocale)
             recorderManager?.cancelTitleService()
             recorderManager?.cancelTitleService()
         }
         }
         // 删除文件
         // 删除文件