Skip to content

Commit

Permalink
Fix support languages table
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hansen committed May 7, 2020
1 parent 92f7f0a commit 691bc17
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
<td>Catalan</td>
<td>ca-es</td>
<td>pocketsphinx</td>
<td>UNTESTED</td>
<td>
<strong>UNTESTED</strong>
</td>
<td>
<strong>UNTESTED</strong>
</td>
Expand Down Expand Up @@ -192,7 +194,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
<td>Hindi (Devanagari)</td>
<td>hi</td>
<td>pocketsphinx</td>
<td>UNTESTED</td>
<td>
<strong>UNTESTED</strong>
</td>
<td>
<strong>UNTESTED</strong>
</td>
Expand All @@ -214,7 +218,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
<td>Kazakh (қазақша)</td>
<td>kz</td>
<td>pocketsphinx</td>
<td>UNTESTED</td>
<td>
<strong>UNTESTED</strong>
</td>
<td>
<strong>UNTESTED</strong>
</td>
Expand All @@ -236,7 +242,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
<td>Mandarin</td>
<td>zh-cn</td>
<td>pocketsphinx</td>
<td>UNTESTED</td>
<td>
<strong>UNTESTED</strong>
</td>
<td>
<strong>UNTESTED</strong>
</td>
Expand All @@ -248,7 +256,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
<td>Polish (polski)</td>
<td>pl</td>
<td>julius</td>
<td>UNTESTED</td>
<td>
<strong>UNTESTED</strong>
</td>
<td>
<strong>UNTESTED</strong>
</td>
Expand Down
3 changes: 2 additions & 1 deletion bin/make_performance_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def main():

doc.asis(closed_text)
else:
text("UNTESTED")
with tag("strong"):
text("UNTESTED")

# Open
with tag("td"):
Expand Down

0 comments on commit 691bc17

Please sign in to comment.