diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-12 11:42:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 11:42:46 -0400 |
commit | 649adb13d8e1a775bb54e28b12401f7f95c5ab8d (patch) | |
tree | fe48c094ab45c00729742962e05da407b42af73a /ext/bg/settings.html | |
parent | 82f83970001682018f1f5b595ffdcd13123fed91 (diff) | |
parent | c2bf474d1f71c29b848e12a4af4b0860d8adb4ab (diff) |
Merge pull request #440 from toasted-nutbread/collapse-emphatic-sequences
Add support for collapsing emphatic character sequences
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 1297a9cc..96c1db82 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -427,7 +427,7 @@ <p class="help-block"> The conversion options below are listed in the order that the conversions are applied to the input text. - Each conversion has three possible values: + Conversions commonly have three possible values: </p> <ul class="help-block"> @@ -490,6 +490,15 @@ <option value="variant">Use both variants</option> </select> </div> + + <div class="form-group"> + <label for="translation-collapse-emphatic-sequences">Collapse emphatic character sequences <span class="label-light">(すっっごーーい → すっごーい / すごい)</span></label> + <select class="form-control" id="translation-collapse-emphatic-sequences"> + <option value="false">Disabled</option> + <option value="true">Collapse into single character</option> + <option value="full">Remove all characters</option> + </select> + </div> </div> <div id="popup-content-scanning"> |