Browse Source

i18n: locales update

Yi 4 days ago
parent
commit
646eeec5a7
2 changed files with 1 additions and 2 deletions
  1. 1 1
      locales/zh.json
  2. 0 1
      module/crontab/neck_ring_estrus.go

+ 1 - 1
locales/zh.json

@@ -105,7 +105,7 @@
   "config.barnType2": "断奶牛舍",
   "config.barnType3": "育成牛舍",
   "config.barnType4": "青年牛舍",
-  "config.barnType5": "泌乳牛舍",
+  "config.barnType5": "成母牛舍",
   "config.barnType6": "围产牛舍",
   "config.barnType7": "干奶牛舍",
   "config.barnType8": "病牛牛舍",

+ 0 - 1
module/crontab/neck_ring_estrus.go

@@ -160,7 +160,6 @@ func (e *Entry) CowEstrusWarning(pastureId int64, xToday *XToday, nowTime time.T
 			if e.HistoryNeckRingEstrus(pastureId, cowInfo.NeckRingNumber, activeTime) {
 				continue
 			}
-
 			zaplog.Info("CowEstrusWarning",
 				zap.Any("level", level),
 				zap.Any("b48", b48),