Foros de discusión

How to stop automatic localization will be

E Y, modificado hace 9 años.

How to stop automatic localization will be

New Member Mensajes: 6 Fecha de incorporación: 13/02/15 Mensajes recientes
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, modificado hace 9 años.

RE: How to stop automatic localization will be

Junior Member Mensajes: 89 Fecha de incorporación: 14/01/11 Mensajes recientes
I think this is a bug that is fixed in master.

See: https://issues.liferay.com/browse/LPS-42844
E Y, modificado hace 9 años.

RE: How to stop automatic localization will be (Respuesta)

New Member Mensajes: 6 Fecha de incorporación: 13/02/15 Mensajes recientes
Thanks for the answers!

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