留言板

How to stop automatic localization will be

E Y,修改在9 年前。

How to stop automatic localization will be

New Member 帖子: 6 加入日期: 15-2-13 最近的帖子
Hi,
Has operations in Japan, is created in the English folder name will be localized in Japan.
For example, "system"and"shortcuts", etc.
Want to avoid the localized, are investigating.

※However, the 'Language_ja.properties' want to modify not.

[ Target source ]
html/portlet/document_library/view_folders.jsp

<liferay-ui:app-view-navigation-entry
actionJsp="/html/portlet/document_library/folder_action.jsp"
dataView="<%= dataView %>"
entryTitle="system"
iconImage='<%= (DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(curFolder.getRepositoryId(), curFolder.getFolderId(), WorkflowConstants.STATUS_APPROVED, true) > 0) ? "icon-folder-open" : "icon-folder-close" %>'
selected="<%= (curFolder.getFolderId() == folderId) %>"
viewURL="<%= viewURL.toString() %>"
/>

Passing the English keywords where also converted in Japan.
It seems I have something localized within a "taglib".
We must do something good?
Thank you.
thumbnail
Shinn Lok,修改在9 年前。

RE: How to stop automatic localization will be

Junior Member 帖子: 89 加入日期: 11-1-14 最近的帖子
I think this is a bug that is fixed in master.

See: https://issues.liferay.com/browse/LPS-42844
E Y,修改在9 年前。

RE: How to stop automatic localization will be (答复)

New Member 帖子: 6 加入日期: 15-2-13 最近的帖子
Thanks for the answers!

Oh...bug...
Well, then give up.