mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Replace Globalize with languages module
This commit is contained in:
parent
b515156041
commit
1e71797ad5
3 changed files with 8 additions and 8 deletions
|
@ -227,7 +227,7 @@
|
|||
<td>
|
||||
<select id="languagemenu">
|
||||
<% for (lang in langs) { %>
|
||||
<option value="<%=lang%>"><%=langs[lang]%></option>
|
||||
<option value="<%=lang%>"><%=langs[lang].nativeName%></option>
|
||||
<% } %>
|
||||
</select>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue