GlossEntry needs a addTranslation(...) method

Issue #509 closed
Martn Wunderl created an issue

There should be a simple method to add translations to a GlossEntry. At the moment, one needs to write:

entry.getTranslations().add(new Translation("trans1"));

Cheers,

Martin

Comments (1)

  1. Log in to comment