Skip to content

Commit fe5ea21

Browse files
committed
Try again to add lang to Supported Languages in README
GitHub-flavored Markdown doesn't have anything comparable to the HTML lang attribute, so the list of languages needs to be coded in HTML. My previous commit to address this issue include SPAN tags with lang attributes, but when this is rendered as HTML the SPAN tags are stripped out. Trying again with STRONG tags.
1 parent cf8eae6 commit fe5ea21

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Supported Languages
3333
Able Player has been translated into the following languages. To add another language, see instructions below under **Contributing**.
3434

3535
<ul>
36-
<li><span lang="ca">Català</span> (Catalan)</li>
37-
<li><span lang="de">Deutsch</span> (German)
36+
<li><strong lang="ca">Català</strong> (Catalan)</li>
37+
<li><strong lang="de">Deutsch</strong> (German)
3838
<li>English
39-
<li><span lang="en">Español</span> (Spanish)
40-
<li><span lang="fr">Français</span> (French)
41-
<li><span lang="it">Italiano</span> (Italian)
42-
<li><span lang="ja">日本語</span> (Japanese)
43-
<li><span lang="nb">Norsk Bokmål</span> (Norwegian)
44-
<li><span lang="nl">Nederlands, Vlaams</span> (Dutch)
39+
<li><strong lang="en">Español</strong> (Spanish)
40+
<li><strong lang="fr">Français</strong> (French)
41+
<li><strong lang="it">Italiano</strong> (Italian)
42+
<li><strong lang="ja">日本語</strong> (Japanese)
43+
<li><strong lang="nb">Norsk Bokmål</strong> (Norwegian)
44+
<li><strong lang="nl">Nederlands, Vlaams</strong> (Dutch)
4545
</ul>
4646

4747
Contributing

0 commit comments

Comments
 (0)