Added French locale

This commit is contained in:
Gonzalo Bellver
2012-08-21 23:34:12 -03:00
parent 4891fbb024
commit db6a9d90b4
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>