如何更改资产发布者默认的未找到消息?
How to change asset publisher default not found message?
我有一个 asset-publisher
的 news/articles,但是当我在友好 URL 中输入一个不存在的文章名称时出现错误消息。
友好 URL:
/-/asset_publisher/instanceID/content/name-of-non-existent-article
错误信息:
El usuario no existe.
已翻译:
The user could not be found.
直译:
The user does not exist.
但正如我所说,我的 asset-publisher
属于 articles/news 而不是用户。
有没有办法更改此消息?
或者我可能需要指定内容类型?怎么样?
我不会挂钩 属性:
the-user-could-not-be-found=The user could not be found.
那个不是hook的关键(我在看另一个版本的属性),看答案。
由于 Content cannot be found
的 Jonatan Cloutier 评论,我意识到这是 Liferay
的翻译错误。
终于在这里搜索这个文字Language_es.properties
the-asset-could-not-be-found=El usuario no existe. //The user does not exist.
和英文相同的文字Language.properties:
the-asset-could-not-be-found=The asset could not be found.
所以我决定挂钩它,因为它只是西班牙语属性中的翻译错误。
我有一个 asset-publisher
的 news/articles,但是当我在友好 URL 中输入一个不存在的文章名称时出现错误消息。
友好 URL:
/-/asset_publisher/instanceID/content/name-of-non-existent-article
错误信息:
El usuario no existe.
已翻译:
The user could not be found.
直译:
The user does not exist.
但正如我所说,我的 asset-publisher
属于 articles/news 而不是用户。
有没有办法更改此消息?
或者我可能需要指定内容类型?怎么样?
我不会挂钩 属性:
the-user-could-not-be-found=The user could not be found.
那个不是hook的关键(我在看另一个版本的属性),看答案。
由于 Content cannot be found
的 Jonatan Cloutier 评论,我意识到这是 Liferay
的翻译错误。
终于在这里搜索这个文字Language_es.properties
the-asset-could-not-be-found=El usuario no existe. //The user does not exist.
和英文相同的文字Language.properties:
the-asset-could-not-be-found=The asset could not be found.
所以我决定挂钩它,因为它只是西班牙语属性中的翻译错误。