GlossEntry needs a addTranslation(...) method

Issue #4 resolved
YvesS created an issue

From Martin: (https://bitbucket.org/okapiframework/okapi/issues/509)

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 (3)

  1. Log in to comment