diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bg/js/translator.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/js/translator.js b/ext/bg/js/translator.js index f577d0e1..26ce1f5a 100644 --- a/ext/bg/js/translator.js +++ b/ext/bg/js/translator.js @@ -55,10 +55,11 @@ class Translator { /** * Finds term definitions for the given text. * @param mode The mode to use for finding terms, which determines the format of the resulting array. + * One of: 'group', 'merge', 'split', 'simple' * @param text The text to find terms for. * @param options An object using the following structure: * { - * wildcard: (null or string), + * wildcard: (enum: null, 'prefix', 'suffix'), * mainDictionary: (string), * alphanumeric: (boolean), * convertHalfWidthCharacters: (enum: 'false', 'true', 'variant'), |