You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My son and I are developing a program to help me with the translation. However, in analysing the glossary.yml file programmatically we have come across some issues:
Some def: > lines miss the >
Some terms are not enclosed in quotes
Some definitions are empty
In the case of the first two issues, the program will flag an error which I fix manually. In the third case, we discovered that the program omits the record so I have now added them back and inserted the text <fixit>. We can amend the program to do that automatically.
Would anyone have a problem with us doing this? Or could anyone foresee any problems that these changes might cause?
Your input will be greatly appreciated :-)
The text was updated successfully, but these errors were encountered:
My son and I are developing a program to help me with the translation. However, in analysing the glossary.yml file programmatically we have come across some issues:
def: >
lines miss the >In the case of the first two issues, the program will flag an error which I fix manually. In the third case, we discovered that the program omits the record so I have now added them back and inserted the text
<fixit>
. We can amend the program to do that automatically.Would anyone have a problem with us doing this? Or could anyone foresee any problems that these changes might cause?
Your input will be greatly appreciated :-)
The text was updated successfully, but these errors were encountered: