forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlangpicker.html
More file actions
22 lines (19 loc) · 894 Bytes
/
langpicker.html
File metadata and controls
22 lines (19 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div id="langmodal" class="ui modal docs" role="dialog" aria-modal="true" aria-describedby="langmodalheader" tabindex="-1">
<h2 id="langmodalheader" class="header">Select Language</h2>
<div role="button" class="closeIcon" tabindex="0" aria-label="Close">
<i class="icon close remove circle" aria-hidden="true"></i>
</div>
<div class="content">
<div class="group">
<div id="availablelocales" class="ui cards centered" role="listbox" aria-label="List of available locales"></div>
</div>
<div class="ui" id="langmodalfooter">
<a class="ui" href="/translate" target="_blank" rel="noopener noreferrer">
How do I add a new language?
</a>
<a id="translatebtn" class="ui button" role="button" tabindex="0">
Translate this page
</a>
</div>
</div>
</div>