diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-20 21:54:01 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-20 21:54:01 -0800 |
commit | dd3db8faadb55ac2013df168a857a1d10d9184cd (patch) | |
tree | 3fdcd3e1b35cb6e7d24918c0eb96b338286862a5 /ext/bg/js/translator.js | |
parent | b07ad8eed43cd2fd64e369d1211a5d74d0224a8d (diff) |
fixing various deinflection issues
Diffstat (limited to 'ext/bg/js/translator.js')
-rw-r--r-- | ext/bg/js/translator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/translator.js b/ext/bg/js/translator.js index 472211e0..0b6b7c2d 100644 --- a/ext/bg/js/translator.js +++ b/ext/bg/js/translator.js @@ -105,7 +105,7 @@ class Translator { return Promise.all(promises).then(() => groups); } - processDeinflection(groups, {source, rules, reasons, root, definitions}, dictionaries) { + processDeinflection(groups, {source, rules, reasons, definitions}, dictionaries) { for (const definition of definitions) { if (definition.id in groups) { continue; |