Merge branch 'master' of repo.wisemapping.org:wisemapping/wiseorg

This commit is contained in:
Paulo Gustavo Veiga
2012-08-22 00:43:00 -03:00
2 changed files with 33 additions and 0 deletions

View File

@@ -57,6 +57,9 @@
<option value="es" <c:if test="${user.locale=='es'}">selected="selected" </c:if>>Spanish -
español
</option>
<option value="fr" <c:if test="${user.locale=='fr'}">selected="selected" </c:if>>French -
français
</option>
<option value="zh_cn" <c:if test="${user.locale=='zh_cn'}">selected="selected" </c:if>>Chinese
(Simplified Han) - 中文(简体中文)
</option>