mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Add german support.
This commit is contained in:
parent
f8d6cdebc4
commit
2e0339492d
@ -60,6 +60,9 @@
|
|||||||
<option value="fr" <c:if test="${user.locale=='fr'}">selected="selected" </c:if>>French -
|
<option value="fr" <c:if test="${user.locale=='fr'}">selected="selected" </c:if>>French -
|
||||||
français
|
français
|
||||||
</option>
|
</option>
|
||||||
|
<option value="de" <c:if test="${user.locale=='de'}">selected="selected" </c:if>>German -
|
||||||
|
Deutsch
|
||||||
|
</option>
|
||||||
<option value="it" <c:if test="${user.locale=='it'}">selected="selected" </c:if>>Italian -
|
<option value="it" <c:if test="${user.locale=='it'}">selected="selected" </c:if>>Italian -
|
||||||
italiano
|
italiano
|
||||||
</option>
|
</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user