adding new Nw msd

This commit is contained in:
Ozbolt Menegatti 2019-06-17 20:39:07 +02:00
parent 70b05e8637
commit d2f6f8dac8
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ CODES = {
"foreign": "f", "foreign": "f",
"typo": "t", "typo": "t",
"program": "p", "program": "p",
"web": "w",
} }
TAGSET = { TAGSET = {

View File

@ -1907,4 +1907,5 @@ MSD_TRANSLATE = {
"Nj": "Xf", "Nj": "Xf",
"Nt": "Xt", "Nt": "Xt",
"Np": "Xp", "Np": "Xp",
"Nw": "Xw",
"U": "N"} "U": "N"}