Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Mar 4, 2017
1 parent 499c984 commit 5d0890f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compressor.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
function output2String(meta) {
'use strict';
var tmp, len;
tmp = 'Hyphenator.languages[\'' + document.getElementsByName('language')[0].value + '\'] = {\n';
tmp = 'Hyphenator.languages["' + document.getElementsByName('language')[0].value + '"] = {\n';
tmp += '\tleftmin : ' + document.getElementsByName('leftmin')[0].value + ',\n';
tmp += '\trightmin : ' + document.getElementsByName('rightmin')[0].value + ',\n';
tmp += '\tspecialChars : "' + specialChars + '",\n';
Expand Down
1 change: 1 addition & 0 deletions mergeAndPack.html
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ <h1>mergeAndPack <svg height="60" width="150" version="1.1" style="vertical-ali
<li><label><input type="checkbox" id="bn" name="language[]" value="bn">বাংলা (Bengali)</label></li>
<li><label><input type="checkbox" id="ca" name="language[]" value="ca">Català (Catalan)</label></li>
<li><label><input type="checkbox" id="cs" name="language[]" value="cs">Česky (Czech)</label></li>
<li><label><input type="checkbox" id="cu" name="language[]" value="cu">Словѣньскъ (Curch Slavonic)</label></li>

This comment has been minimized.

Copy link
@typiconman

typiconman Mar 5, 2017

Contributor

Could you please:

  1. Fix the typo in the English (Church Slavonic instead of *Curch Slavonic)
  2. Change the name of the language in Church Slavonic to церковнославѧ́нскїй, since we are talking about the modern liturgical language, not the archaic Old Slavonic.
<li><label><input type="checkbox" id="da" name="language[]" value="da">Dansk (Danish)</label></li>
<li><label><input type="checkbox" id="de" name="language[]" value="de">Deutsch (German)</label></li>
<li><label><input type="checkbox" id="el-monoton" name="language[]" value="el-monoton">Ελληνική monotone (monotone greek)</label></li>
Expand Down
4 changes: 2 additions & 2 deletions patterns/cu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 5d0890f

@mnater
Copy link
Owner Author

@mnater mnater commented on 5d0890f Mar 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks again.
1926bc8

Please sign in to comment.