@@ -68,7 +68,7 @@ def translate(self) -> list:
68
68
self .target [- 1 ] = str (self .target [- 1 ]).replace ('\\ ' , '' )
69
69
70
70
_translate = {
71
- 'ATV' : self . translate_ATV () ,
71
+ 'ATV' : None ,
72
72
'BGN' : "********** START OF APPLICATION **********" ,
73
73
'COM' : self .translate_COM (),
74
74
'CRS' : self .translate_CRS (),
@@ -301,6 +301,8 @@ def translate_DTP(self) -> str:
301
301
302
302
if sep == 'Issued' :
303
303
return f'{ sep } : { date [4 :6 ]} -{ date [6 :8 ]} -{ date [:4 ]} '
304
+ elif sep == 'Start' or sep == 'End' :
305
+ return
304
306
else :
305
307
return f'{ sep } : { date [4 :6 ]} -{ date [:4 ]} '
306
308
@@ -440,7 +442,7 @@ def translate_N1(self) -> str:
440
442
if sep == 'High School Info' :
441
443
return f'{ sep } : { self .target [2 ]} { last } '
442
444
elif sep == 'Date' :
443
- return f' { sep } : { last } '
445
+ return
444
446
elif sep == 'Organization' :
445
447
return f'{ sep } : { last } '
446
448
else :
@@ -581,7 +583,7 @@ def translate_REF(self) -> str:
581
583
582
584
_tranlsate = {
583
585
'FFRESHMAN APPLICATION ID' : 'U.S. Freshman Admission' ,
584
- 'IFOREIGN GRAD APPLICATION ID' : 'Interanational Graduate Admission' ,
586
+ 'IFOREIGN GRAD APPLICATION ID' : 'International Graduate Admission' ,
585
587
'CREENTRY UNDERGRAD APPLICATION ID' : 'U.S. Re-Entry Admission' ,
586
588
'GUS GRAD APPLICATION ID' : 'U.S. Graduate Admission' ,
587
589
'TUS TRANSFER APPLICATION ID' : 'U.S. Transfer Admission' ,
0 commit comments