forked from GitHub/gf-core
bugfix in Translator.java
This commit is contained in:
@@ -379,7 +379,7 @@ public class Translator {
|
|||||||
if (targetLang.hasLinearization(lemma) &&
|
if (targetLang.hasLinearization(lemma) &&
|
||||||
targetLang.hasLinearization("Inflection"+cat)) {
|
targetLang.hasLinearization("Inflection"+cat)) {
|
||||||
if (def == null)
|
if (def == null)
|
||||||
def = new Expr("NoDefinition");
|
def = Expr.readExpr("NoDefinition");
|
||||||
|
|
||||||
Expr e = new Expr("MkDocument",
|
Expr e = new Expr("MkDocument",
|
||||||
def,
|
def,
|
||||||
|
|||||||
Reference in New Issue
Block a user