mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07: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 -
|
||||
français
|
||||
</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 -
|
||||
italiano
|
||||
</option>
|
||||
|
Loading…
Reference in New Issue
Block a user