Skip to content

Commit 70ca357

Browse files
authored
Merge pull request #224 from 1bananachicken/chore/i18n-auto-sync
chore: auto sync OCR i18n expected
2 parents 9ce9ad1 + a5ead99 commit 70ca357

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

assets/resource/base/pipeline/WithdrawMoney/WithdrawMoney.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,17 @@
106106
45
107107
],
108108
"expected": [
109-
"累计营业时间"
109+
"累计营业时间",
110+
"累計營業時間",
111+
"(?i)Total\\s*Operating\\s*Time",
112+
"累計営業時間"
113+
]
114+
,
115+
"roi_offset": [
116+
0,
117+
0,
118+
182,
119+
0
110120
]
111121
}
112122
},
@@ -140,7 +150,16 @@
140150
56
141151
],
142152
"expected": [
143-
"商品列表"
153+
"商品列表",
154+
"(?i)Item\\s*List",
155+
"商品リスト"
156+
]
157+
,
158+
"roi_offset": [
159+
0,
160+
0,
161+
35,
162+
0
144163
]
145164
}
146165
},
@@ -215,7 +234,8 @@
215234
"expected": [
216235
"24小时",
217236
"24小時",
218-
"(?i)24h"
237+
"(?i)24h",
238+
"24時間"
219239
],
220240
"threshold": 0.8
221241
}

assets/resource/base/pipeline/WithdrawMoney/WithdrawMoneyStatus.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
596
5757
],
5858
"expected": [
59+
// @i18n-skip
5960
"/h"
6061
]
6162
}

0 commit comments

Comments
 (0)