mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2406: fix UI strings
Japanese properties file was broken, fixed manually. We need to let the servlet container the encoding to use. Signed-off-by: Hiroaki KAWAI <kawai@stratosphere.co.jp>
This commit is contained in:
parent
c4d61897d9
commit
9bc43930b8
File diff suppressed because it is too large
Load Diff
|
|
@ -15,7 +15,7 @@ software distributed under the License is distributed on an
|
|||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
--%>
|
||||
--%><%@ page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
|
||||
<c:if test="${!empty cookie.lang}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue