Skip to content

Commit 4ca88aa

Browse files
committed
added new ignored tags
1 parent dec7c1d commit 4ca88aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

i18n/controllers/recurTranslate.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ const ignoredTags = [
2626
"SCHEME",
2727
"LONG_PAGE",
2828
"LABEL",
29-
"HISTORY"
29+
"HISTORY",
30+
"REF",
31+
"FIGURE",
32+
3033
];
3134

3235
const MAXLEN = Number(process.env.MAX_LEN) || 3000;

0 commit comments

Comments
 (0)